Skip to content

Commit

Permalink
Update Kotlin to 2.0.0 (#442)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvicsokolova authored Jun 21, 2024
1 parent a70defe commit 2ff433e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.9.21"
kotlin = "2.0.0"
kotlinx-metadata = "0.7.0"
kotlinx-binaryCompatibilityValidator = "0.13.2"
asm = "9.6"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##
## Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
##
kotlin_version=1.9.21
kotlin_version=2.0.0
atomicfu_version=0.24.0-SNAPSHOT

org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g
2 changes: 1 addition & 1 deletion integration-testing/examples/jvm-sample/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##
## Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
##
kotlin_version=1.9.21
kotlin_version=2.0.0
atomicfu_version=0.24.0-SNAPSHOT

org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g
2 changes: 1 addition & 1 deletion integration-testing/examples/mpp-sample/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##
## Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
##
kotlin_version=1.9.21
kotlin_version=2.0.0
atomicfu_version=0.24.0-SNAPSHOT

org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
junit = "4.13.2"
kotlin = "1.9.21"
kotlin = "2.0.0"
atomicfu = "0.24.0-SNAPSHOT"
ktor = "2.3.8"
logback = "1.5.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kotlin_version=1.9.21
kotlin_version=2.0.0
atomicfu_version=0.24.0-SNAPSHOT

org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
##
## Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
##
kotlin_version=1.9.21
kotlin_version=2.0.0

org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g

0 comments on commit 2ff433e

Please sign in to comment.