11[versions ]
2- activity-compose = " 1.10.1 "
3- agp = " 8.12.1 "
2+ activity-compose = " 1.12.4 "
3+ agp = " 9.0.0 "
44annotation = " 1.9.1"
55appcompat = " 1.7.1"
66assert-k = " 0.28.1"
7- bson = " 5.5.1 "
7+ bson = " 5.6.3 "
88coil-compose = " 2.7.0"
9- compose-bom = " 2025.08.00"
10- compose-ui-test-manifest = " 1.9.0"
9+ compose-bom = " 2026.02.00"
10+ compose-ui-test-manifest = " 1.10.3"
11+ concurrent-futures = " 1.3.0"
1112core-ktx = " 1.17.0"
12- core-splashscreen = " 1.0.1 "
13+ core-splashscreen = " 1.2.0 "
1314coroutines = " 1.10.2"
1415coroutines-test = " 1.10.2"
1516desugar-jdk-libs = " 2.1.5"
16- detekt = " 1.23.8"
17- detektCompose = " 0.4.27"
17+ detekt = " 2.0.0-alpha.2"
1818espresso-core = " 3.7.0"
1919glance = " 1.1.1"
2020junit = " 4.13.2"
21- junit5 = " 5.13.4 "
22- junit5-compose = " 1.8.0 "
23- junit5-plugin = " 1.13.1.0 "
21+ junit5 = " 6.0.2 "
22+ junit5-compose = " 2.0.1 "
23+ junit5-plugin = " 2.0.1 "
2424junit-version = " 1.3.0"
25- koin = " 4.1.0 "
26- kotlin = " 2.2 .10"
27- kotlinx-serialization = " 1.9 .0"
28- ksp = " 2.2.10-2.0.2 "
29- ktor = " 3.2.3 "
30- ktor-client-logging = " 3.2.3 "
31- lifecycle-runtime-ktx = " 2.9.2 "
32- material = " 1.12 .0"
33- material3 = " 1.5.0-alpha02 "
34- material-adaptive = " 1.1 .0"
25+ koin = " 4.1.1 "
26+ kotlin = " 2.3 .10"
27+ kotlinx-serialization = " 1.10 .0"
28+ ksp = " 2.3.4 "
29+ ktor = " 3.4.0 "
30+ ktor-client-logging = " 3.4.0 "
31+ lifecycle-runtime-ktx = " 2.10.0 "
32+ material = " 1.13 .0"
33+ material3 = " 1.5.0-alpha14 "
34+ material-adaptive = " 1.2 .0"
3535material-icons-extended = " 1.7.8"
36- mock-k = " 1.14.5 "
37- navigation-compose = " 2.9.3 "
38- org-jetbrains-kotlin-jvm = " 2.2 .10"
39- room = " 2.7.2 "
36+ mock-k = " 1.14.9 "
37+ navigation-compose = " 2.9.7 "
38+ org-jetbrains-kotlin-jvm = " 2.3 .10"
39+ room = " 2.8.4 "
4040security-crypto-ktx = " 1.1.0"
4141timber = " 5.0.1"
4242turbine = " 1.2.1"
43- work = " 2.10.3 "
43+ work = " 2.11.1 "
4444
4545# Project Versions
4646project-application-id = " com.codermp.composeandroidtemplate"
@@ -57,6 +57,8 @@ appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "a
5757material = { group = " com.google.android.material" , name = " material" , version.ref = " material" }
5858
5959# AndroidX Libraries
60+ androidx-concurrent-futures = { module = " androidx.concurrent:concurrent-futures" , version.ref = " concurrent-futures" }
61+ androidx-concurrent-futures-ktx = { module = " androidx.concurrent:concurrent-futures-ktx" , version.ref = " concurrent-futures" }
6062androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " core-ktx" }
6163androidx-core-splashscreen = { module = " androidx.core:core-splashscreen" , version.ref = " core-splashscreen" }
6264androidx-glance-appwidget = { module = " androidx.glance:glance-appwidget" , version.ref = " glance" }
@@ -83,7 +85,6 @@ androidx-material-icons-extended = { module = "androidx.compose.material:materia
8385# 3rd Party Libraries
8486coil-compose = { module = " io.coil-kt:coil-compose" , version.ref = " coil-compose" }
8587desugar-jdk-libs = { module = " com.android.tools:desugar_jdk_libs" , version.ref = " desugar-jdk-libs" }
86- detekt-compose = { group = " io.nlopez.compose.rules" , name = " detekt" , version.ref = " detektCompose" }
8788koin-android-workmanager = { group = " io.insert-koin" , name = " koin-androidx-workmanager" , version.ref = " koin" }
8889koin-android = { group = " io.insert-koin" , name = " koin-android" , version.ref = " koin" }
8990koin-core = { group = " io.insert-koin" , name = " koin-core" , version.ref = " koin" }
@@ -122,9 +123,9 @@ turbine = { group = "app.cash.turbine", name = "turbine", version.ref = "turbine
122123[plugins ]
123124android-application = { id = " com.android.application" , version.ref = " agp" }
124125android-library = { id = " com.android.library" , version.ref = " agp" }
125- detekt = { id = " io.gitlab.arturbosch .detekt" , version.ref = " detekt" }
126+ detekt = { id = " dev .detekt" , version.ref = " detekt" }
126127junit5 = { id = " de.mannodermaus.android-junit5" , version.ref = " junit5-plugin" }
127- kotlin-android = { id = " org.jetbrains.kotlin.android" , version.ref = " kotlin " }
128+ kotlin-android = { id = " org.jetbrains.kotlin.android" , version = " 2.3.10 " }
128129kotlin-compose = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
129130kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
130131ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
0 commit comments