Skip to content

Commit 7677d8d

Browse files
authored
Update to Kotlin 2 (#535)
1 parent f86b792 commit 7677d8d

File tree

10 files changed

+189
-134
lines changed

10 files changed

+189
-134
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
strategy:
5151
matrix:
5252
mock-maker: ['mock-maker-default', 'mock-maker-inline']
53-
kotlin: ['1.9.20']
53+
kotlin: ['2.1.20']
5454
# Note that the old Travis CI referenced other Kotlin versions: '1.0.7', '1.1.61', '1.2.50'
5555
# However, those versions of Kotlin don't work with latest Gradle
5656

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id "org.shipkit.shipkit-github-release" version "1.2.0"
55
id "org.shipkit.shipkit-auto-version" version "1.2.2"
66
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
7-
id "org.jetbrains.kotlin.jvm" version "1.9.20" apply false
7+
id "org.jetbrains.kotlin.jvm" version "2.1.20" apply false
88
id "org.jetbrains.dokka" version "1.9.10" apply false
99
}
1010

gradle/wrapper/gradle-wrapper.jar

2.81 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
4+
networkTimeout=10000
45
zipStoreBase=GRADLE_USER_HOME
56
zipStorePath=wrapper/dists

gradlew

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

0 commit comments

Comments
 (0)