File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- kotlin(" multiplatform" ) version " 2.1.10 " apply false
3
- kotlin(" plugin.compose" ) version " 2.1.10 " apply false
4
- id(" com.android.library" ) version " 8.7.3 " apply false
2
+ kotlin(" multiplatform" ) version " 2.1.20 " apply false
3
+ kotlin(" plugin.compose" ) version " 2.1.20 " apply false
4
+ id(" com.android.library" ) version " 8.9.2 " apply false
5
5
id(" org.jetbrains.dokka" ) version " 2.0.0" apply false
6
- id(" org.jetbrains.compose" ) version " 1.7.3 " apply false
6
+ id(" org.jetbrains.compose" ) version " 1.8.0+check " apply false
7
7
id(" com.vanniktech.maven.publish" ) version " 0.31.0" apply false
8
8
id(" com.goncalossilva.useanybrowser" ) version " 0.3.0" apply false
9
9
id(" com.goncalossilva.resources" ) version " 0.10.0" apply false
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ kotlin {
26
26
27
27
commonTest.dependencies {
28
28
implementation(kotlin(" test" ))
29
- implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.1 " )
29
+ implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2 " )
30
30
}
31
31
}
32
32
You can’t perform that action at this time.
0 commit comments