We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15abe10 commit 28548e3Copy full SHA for 28548e3
build.gradle.kts
@@ -20,10 +20,9 @@ dependencies {
20
21
kotlin {
22
explicitApi()
23
-
24
compilerOptions {
25
- apiVersion = KotlinVersion.KOTLIN_2_1
26
- languageVersion = KotlinVersion.KOTLIN_2_1
+ apiVersion = KotlinVersion.KOTLIN_2_2
+ languageVersion = KotlinVersion.KOTLIN_2_2
27
}
28
29
jvm {
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
-kotlin = "2.1.20"
+kotlin = "2.2.20-RC2"
3
detekt = "1.23.8"
4
-dokka = "1.9.20"
+dokka = "2.1.0-Beta"
5
nexus = "2.0.0"
6
7
[plugins]
0 commit comments