11[versions ]
2+ accompanistNavigationAnimation = " 0.30.1"
23agp = " 8.7.3"
4+ coilCompose = " 2.2.2"
5+ converterKotlinxSerialization = " 2.11.0"
6+ foundation = " 1.5.1"
37kotlin = " 1.9.0"
48coreKtx = " 1.13.1"
59junit = " 4.13.2"
610junitVersion = " 1.2.1"
711espressoCore = " 3.6.1"
12+ kotlinxSerializationJson = " 1.6.3"
813lifecycleRuntimeKtx = " 2.8.6"
914activityCompose = " 1.9.2"
1015composeBom = " 2024.04.01"
1116navigationCompose = " 2.8.2"
1217material = " 1.12.0"
18+ navigationComposeVersion = " 2.8.5"
19+ roomKtx = " 2.6.1"
20+ roomRuntime = " 2.6.1"
1321
1422[libraries ]
23+ accompanist-navigation-animation = { module = " com.google.accompanist:accompanist-navigation-animation" , version.ref = " accompanistNavigationAnimation" }
1524androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " coreKtx" }
25+ androidx-foundation = { module = " androidx.compose.foundation:foundation" , version.ref = " foundation" }
26+ androidx-navigation-compose-v285 = { module = " androidx.navigation:navigation-compose" , version.ref = " navigationComposeVersion" }
27+ androidx-room-compiler = { module = " androidx.room:room-compiler" , version.ref = " roomKtx" }
28+ androidx-room-ktx = { module = " androidx.room:room-ktx" , version.ref = " roomKtx" }
29+ coil-compose = { module = " io.coil-kt:coil-compose" , version.ref = " coilCompose" }
30+ converter-kotlinx-serialization = { module = " com.squareup.retrofit2:converter-kotlinx-serialization" , version.ref = " converterKotlinxSerialization" }
1631junit = { group = " junit" , name = " junit" , version.ref = " junit" }
1732androidx-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " junitVersion" }
1833androidx-espresso-core = { group = " androidx.test.espresso" , name = " espresso-core" , version.ref = " espressoCore" }
@@ -29,7 +44,10 @@ androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-toolin
2944androidx-ui-test-manifest = { group = " androidx.compose.ui" , name = " ui-test-manifest" }
3045androidx-ui-test-junit4 = { group = " androidx.compose.ui" , name = " ui-test-junit4" }
3146androidx-material3 = { group = " androidx.compose.material3" , name = " material3" }
47+ kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version.ref = " kotlinxSerializationJson" }
3248material = { group = " com.google.android.material" , name = " material" , version.ref = " material" }
49+ retrofit = { module = " com.squareup.retrofit2:retrofit" , version.ref = " converterKotlinxSerialization" }
50+ room-runtime = { module = " androidx.room:room-runtime" , version.ref = " roomRuntime" }
3351
3452[plugins ]
3553android-application = { id = " com.android.application" , version.ref = " agp" }
0 commit comments