@@ -11,6 +11,7 @@ junit = "4.13.2"
1111hiltNavigationCompose = " 1.3.0"
1212junitVersion = " 1.3.0"
1313espressoCore = " 3.7.0"
14+ kotlinxCoroutinesTest = " 1.10.2"
1415lifecycleRuntimeKtx = " 2.10.0"
1516activityCompose = " 1.12.2"
1617composeBom = " 2026.02.01"
@@ -19,7 +20,6 @@ kspVersion = "2.3.2"
1920kotlinxSerializationJson = " 1.9.0"
2021osmdroidAndroid = " 6.1.20"
2122uiViewbinding = " 1.10.0"
22- coordinatorlayout = " 1.3.0"
2323
2424[libraries ]
2525androidx-activity-ktx = { module = " androidx.activity:activity-ktx" , version.ref = " activityCompose" }
@@ -34,6 +34,7 @@ junit = { group = "junit", name = "junit", version.ref = "junit" }
3434androidx-junit = { group = " androidx.test.ext" , name = " junit" , version.ref = " junitVersion" }
3535androidx-navigation-compose = { module = " androidx.navigation:navigation-compose" , version.ref = " navigationCompose" }
3636androidx-hilt-navigation-compose = { module = " androidx.hilt:hilt-navigation-compose" , version.ref = " hiltNavigationCompose" }
37+ kotlinx-coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " kotlinxCoroutinesTest" }
3738kotlinx-serialization-json = { module = " org.jetbrains.kotlinx:kotlinx-serialization-json" , version.ref = " kotlinxSerializationJson" }
3839androidx-espresso-core = { group = " androidx.test.espresso" , name = " espresso-core" , version.ref = " espressoCore" }
3940androidx-lifecycle-runtime-ktx = { group = " androidx.lifecycle" , name = " lifecycle-runtime-ktx" , version.ref = " lifecycleRuntimeKtx" }
@@ -48,6 +49,7 @@ androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit
4849androidx-material3 = { group = " androidx.compose.material3" , name = " material3" }
4950androidx-ui-viewbinding = { group = " androidx.compose.ui" , name = " ui-viewbinding" , version.ref = " uiViewbinding" }
5051osmdroid-android = { module = " org.osmdroid:osmdroid-android" , version.ref = " osmdroidAndroid" }
52+
5153[plugins ]
5254android-application = { id = " com.android.application" , version.ref = " agp" }
5355kotlinSymbolProcessing ={ id = " com.google.devtools.ksp" , version.ref = " kspVersion" }
0 commit comments