We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd2035 commit 8d50542Copy full SHA for 8d50542
build.gradle.kts
@@ -1,6 +1,6 @@
1
plugins {
2
- kotlin("multiplatform") version "2.1.10" apply false
3
- kotlin("plugin.compose") version "2.1.10" apply false
+ kotlin("multiplatform") version "2.1.21" apply false
+ kotlin("plugin.compose") version "2.1.21" apply false
4
id("com.android.library") version "8.10.0" apply false
5
id("org.jetbrains.dokka") version "2.0.0" apply false
6
id("org.jetbrains.compose") version "1.8.0" apply false
0 commit comments