Skip to content

Commit 7ccfe01

Browse files
committed
Upgrade to Kotlin 2. Upgraded kotlin corroutines, kotest arrow and publish plugins to latest version. Introduced SDKMan to manage jdk
1 parent e528557 commit 7ccfe01

File tree

6 files changed

+18
-10
lines changed

6 files changed

+18
-10
lines changed

.sdkmanrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Enable auto-env through the sdkman_auto_env config
2+
# Add key=value pairs of SDKs to use below
3+
java=23.0.2-tem

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[versions]
2-
kotlin = "1.9.23"
3-
kotlinCoroutines = "1.8.0"
4-
kotestVersion = "5.8.1"
5-
arrow = "1.2.4"
6-
nmcp = "0.0.7"
7-
vanniktech = "0.28.0"
8-
dokka = "1.9.20"
2+
kotlin = "2.1.10"
3+
kotlinCoroutines = "1.10.0"
4+
kotestVersion = "5.9.1"
5+
arrow = "2.0.1"
6+
nmcp = "0.0.8"
7+
vanniktech = "0.30.0"
8+
dokka = "2.0.0"
99

1010
[libraries]
1111
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinCoroutines" }

gradle/wrapper/gradle-wrapper.jar

121 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)