File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
plugins {
3
3
id(" com.android.library" ).version(" 8.10.0" ).apply (false )
4
4
id(" com.android.application" ).version(" 8.10.0" ).apply (false )
5
- id(" org.jetbrains.kotlin.multiplatform" ).version(" 2.1.21 " ).apply (false )
6
- id(" org.jetbrains.kotlin.plugin.compose" ).version(" 2.1.0 " ).apply (false )
5
+ id(" org.jetbrains.kotlin.multiplatform" ).version(" 2.2.10 " ).apply (false )
6
+ id(" org.jetbrains.kotlin.plugin.compose" ).version(" 2.2.10 " ).apply (false )
7
7
id(" org.jetbrains.dokka" ).version(" 2.0.0" ).apply (false )
8
8
id(" org.jlleitschuh.gradle.ktlint" ).version(" 11.6.1" ).apply (true )
9
9
id(" io.github.gradle-nexus.publish-plugin" ).version(" 2.0.0" ).apply (true )
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ kotlin {
57
57
implementation(" org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0" )
58
58
}
59
59
commonTest.dependencies {
60
- implementation(" org.jetbrains.kotlin:kotlin-test:2.1.21 " )
60
+ implementation(" org.jetbrains.kotlin:kotlin-test:2.2.10 " )
61
61
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3" )
62
62
implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.7.3" )
63
63
}
You can’t perform that action at this time.
0 commit comments