File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ import org.jetbrains.dokka.base.DokkaBase
3
3
import org.jetbrains.dokka.base.DokkaBaseConfiguration
4
4
5
5
plugins {
6
- kotlin(" jvm" ) version " 1.9.21 " apply false
7
- kotlin(" android" ) version " 1.9.21 " apply false
8
- kotlin(" multiplatform" ) version " 1.9.21 " apply false
9
- kotlin(" plugin.serialization" ) version " 1.9.21 " apply false
6
+ kotlin(" jvm" ) version " 1.9.22 " apply false
7
+ kotlin(" android" ) version " 1.9.22 " apply false
8
+ kotlin(" multiplatform" ) version " 1.9.22 " apply false
9
+ kotlin(" plugin.serialization" ) version " 1.9.22 " apply false
10
10
id(" com.android.library" ) version " 8.2.1" apply false
11
11
id(" com.android.test" ) version " 8.2.1" apply false
12
12
id(" androidx.baselineprofile" ) version " 1.2.2" apply false
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ compileSdk = "34"
4
4
targetSdk = " 33"
5
5
minSdk = " 23"
6
6
7
- kotlin-lang = " 1.9.21 "
7
+ kotlin-lang = " 1.9.22 "
8
8
kotlin-dokka = " 1.9.10"
9
9
10
10
kotlin-serialization = " 1.6.2"
@@ -14,7 +14,7 @@ androidx-activityCompose = "1.8.2"
14
14
androidx-activityComposeCatalog = " 1.8.2"
15
15
androidx-core = " 1.12.0"
16
16
androidx-constraint-layout = " 1.0.1"
17
- compose-compiler = " 1.5.6 "
17
+ compose-compiler = " 1.5.8 "
18
18
mockk = " 1.13.9"
19
19
square-kotlinPoet = " 1.15.3"
20
20
You can’t perform that action at this time.
0 commit comments