11[versions ]
2- kotlin  = " 2.0.21 " 
3- coroutines  = " 1.9.0 " 
4- kotlinx-serialization-json  = " 1.7.3 " 
5- kotlinx-collections-immutable  = " 0.3.8 " 
2+ kotlin  = " 2.2.20 " 
3+ coroutines  = " 1.10.2 " 
4+ kotlinx-serialization-json  = " 1.9.0 " 
5+ kotlinx-collections-immutable  = " 0.4.0 " 
66
77#  the Java version that the Java and Kotlin compilers will target
88java-target  = " 11" 
@@ -16,40 +16,40 @@ android-target = "34"
1616#  the Android compileSdkVersion to use
1717android-compile  = " 34" 
1818
19- android-gradle  = " 8.7.2 " 
19+ android-gradle  = " 8.13.0 " 
2020
2121#  the Android target to use in sample
2222sample-android-target  = " 34" 
2323#  the Android compileSdkVersion to use in sample
2424sample-android-compile  = " 34" 
2525
26- jetbrains-compose  = " 1.7.1 " 
26+ jetbrains-compose  = " 1.8.2 " 
2727
2828touchlab-stately  = " 2.1.0" 
2929napier  = " 2.7.1" 
3030flowExt  = " 1.0.0" 
31- koin-core  = " 4.0.0 " 
32- koin-compose  = " 4.0.0 " 
31+ koin-core  = " 4.1.1 " 
32+ koin-compose  = " 4.1.1 " 
3333coil  = " 2.7.0" 
34- compose-rules-detekt  = " 0.4.19 " 
34+ compose-rules-detekt  = " 0.4.27 " 
3535
36- androidx-lifecycle  = " 2.8.7 " 
36+ androidx-lifecycle  = " 2.9.3 " 
3737androidx-annotation  = " 1.9.1" 
38- androidx-activity  = " 1.9.3 " 
38+ androidx-activity  = " 1.11.0 " 
3939androidx-compose-compiler  = " 1.5.11" 
40- androidx-navigation  = " 2.8 .4" 
40+ androidx-navigation  = " 2.9 .4" 
4141kmp-viewmodel  = " 0.8.0" 
4242solivagant  = " 0.5.0" 
4343timber  = " 5.0.1" 
4444
4545spotless  = " 6.25.0" 
46- detekt  = " 1.23.7 " 
46+ detekt  = " 1.23.8 " 
4747
48- kotlinx-kover  = " 0.8.3 " 
48+ kotlinx-kover  = " 0.9.1 " 
4949dokka  = " 1.9.20" 
50- kotlinx-binary-compatibility-validator  = " 0.16.3 " 
50+ kotlinx-binary-compatibility-validator  = " 0.18.1 " 
5151
52- vanniktech-maven-publish  = " 0.30 .0" 
52+ vanniktech-maven-publish  = " 0.34 .0" 
5353ktlint  = " 0.50.0" 
5454
5555[libraries ]
@@ -79,7 +79,7 @@ androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-ru
7979androidx-lifecycle-viewmodel-compose  = { module  = " androidx.lifecycle:lifecycle-viewmodel-compose" version  = " androidx-lifecycle" 
8080androidx-annotation  = { module  = " androidx.annotation:annotation" version.ref  = " androidx-annotation" 
8181androidx-activity-compose  = { module  = " androidx.activity:activity-compose" version.ref  = " androidx-activity" 
82- androidx-compose-bom  = { module  = " androidx.compose:compose-bom" version  = " 2024.11.00 " 
82+ androidx-compose-bom  = { module  = " androidx.compose:compose-bom" version  = " 2024.12.01 " 
8383androidx-compose-ui-ui  = { module  = " androidx.compose.ui:ui" 
8484androidx-compose-ui-tooling  = { module  = " androidx.compose.ui:ui-tooling" 
8585androidx-compose-ui-tooling-preview  = { module  = " androidx.compose.ui:ui-tooling-preview" 
0 commit comments