1
1
[versions ]
2
2
3
- kotlin = " 1.9.24 "
3
+ kotlin = " 2.0.21 "
4
4
agp = " 8.7.2"
5
5
desugar_jdk_libs = " 2.0.4"
6
6
gradle-maven-publish-plugin = " 0.28.0"
@@ -10,16 +10,13 @@ androidx-annotation = "1.9.1"
10
10
androidx-appcompat = " 1.7.0"
11
11
androidx-browser = " 1.8.0"
12
12
androidx-cardview = " 1.0.0"
13
- # Make sure to align with the Kotlin version
14
- # https://developer.android.com/jetpack/androidx/releases/compose-kotlin
15
- androidx-compose-compiler = " 1.5.14"
16
- androidx-compose-animation = " 1.7.5"
17
- androidx-compose-foundation = " 1.7.5"
18
- androidx-compose-material = " 1.7.5"
19
- androidx-compose-material3 = " 1.3.1"
20
- androidx-compose-runtime = " 1.7.5"
21
- androidx-compose-ui = " 1.7.5"
22
- androidx-constraintlayout = " 2.2.0"
13
+ androidx-compose-animation = " 1.6.7"
14
+ androidx-compose-foundation = " 1.6.7"
15
+ androidx-compose-material = " 1.6.7"
16
+ androidx-compose-material3 = " 1.2.1"
17
+ androidx-compose-runtime = " 1.6.7"
18
+ androidx-compose-ui = " 1.6.7"
19
+ androidx-constraintlayout = " 2.1.4"
23
20
androidx-core = " 1.15.0"
24
21
androidx-datastore = " 1.1.1"
25
22
androidx-fragment-ktx = " 1.8.5"
@@ -49,11 +46,11 @@ junit = "4.13.2"
49
46
kotlinx-coroutines = " 1.9.0"
50
47
kotlinx-coroutines-test = " 1.9.0"
51
48
kotlinx-datetime = " 0.6.1"
52
- kotlinx-serialization-json = " 1.6 .3"
49
+ kotlinx-serialization-json = " 1.7 .3"
53
50
54
51
# Make sure to align with the Kotlin version.
55
52
# See https://github.com/google/ksp/releases
56
- ksp = " 1.9.24 -1.0.20 "
53
+ ksp = " 2.0.21 -1.0.25 "
57
54
58
55
ktlint = " 11.5.1"
59
56
@@ -150,6 +147,7 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi
150
147
dokka = { id = " org.jetbrains.dokka" , version.ref = " dokka" }
151
148
ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
152
149
ktlint = { id = " org.jlleitschuh.gradle.ktlint" , version.ref = " ktlint" }
150
+ compose-compiler = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
153
151
154
152
[bundles ]
155
153
0 commit comments