Skip to content

Commit 28548e3

Browse files
committed
build: bump Kotlin to 2.2.20-RC2
Also bump Dokka to 2.1.0-Beta.
1 parent 15abe10 commit 28548e3

File tree

3 files changed

+167
-1647
lines changed

3 files changed

+167
-1647
lines changed

build.gradle.kts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ dependencies {
2020

2121
kotlin {
2222
explicitApi()
23-
2423
compilerOptions {
25-
apiVersion = KotlinVersion.KOTLIN_2_1
26-
languageVersion = KotlinVersion.KOTLIN_2_1
24+
apiVersion = KotlinVersion.KOTLIN_2_2
25+
languageVersion = KotlinVersion.KOTLIN_2_2
2726
}
2827

2928
jvm {

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
2-
kotlin = "2.1.20"
2+
kotlin = "2.2.20-RC2"
33
detekt = "1.23.8"
4-
dokka = "1.9.20"
4+
dokka = "2.1.0-Beta"
55
nexus = "2.0.0"
66

77
[plugins]

0 commit comments

Comments
 (0)