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 b5f6275 commit f124547Copy full SHA for f124547
gradle/libs.versions.toml
@@ -1,6 +1,6 @@
1
[versions]
2
gradle = "8.2.1"
3
-kotlin = "2.0.21"
+kotlin = "2.1.10"
4
dokka = "1.9.20"
5
android = "8.1.1"
6
sample/build.gradle
@@ -1,5 +1,5 @@
plugins {
- id("org.jetbrains.kotlin.multiplatform") version "2.0.21"
+ id("org.jetbrains.kotlin.multiplatform") version "2.1.10"
id("com.codingfeline.buildkonfig") version "+"
}
0 commit comments