@@ -6,9 +6,7 @@ junit = "4.13.2"
66junitVersion = " 1.3.0"
77espressoCore = " 3.7.0"
88activity = " 1.13.0"
9- activityCompose = " 1.13.0"
109room = " 2.8.4"
11- composeBom = " 2026.03.00"
1210ksp = " 2.3.6"
1311hilt = " 2.59.2"
1412
@@ -18,16 +16,6 @@ androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "j
1816androidx-espresso-core = { group = " androidx.test.espresso" , name = " espresso-core" , version.ref = " espressoCore" }
1917androidx-activity = { group = " androidx.activity" , name = " activity" , version.ref = " activity" }
2018androidx-core-ktx = { group = " androidx.core" , name = " core-ktx" , version.ref = " coreKtx" }
21- androidx-compose-bom = { group = " androidx.compose" , name = " compose-bom" , version.ref = " composeBom" }
22- androidx-compose-foundation = { group = " androidx.compose.foundation" , name = " foundation" }
23- androidx-compose-material-material3 = { group = " androidx.compose.material3" , name = " material3" }
24- androidx-compose-ui-ui = { group = " androidx.compose.ui" , name = " ui" }
25- androidx-activity-compose = { group = " androidx.activity" , name = " activity-compose" , version.ref = " activityCompose" }
26- androidx-ui-graphics = { group = " androidx.compose.ui" , name = " ui-graphics" }
27- androidx-ui-tooling = { group = " androidx.compose.ui" , name = " ui-tooling" }
28- androidx-ui-tooling-preview = { group = " androidx.compose.ui" , name = " ui-tooling-preview" }
29- androidx-ui-test-manifest = { group = " androidx.compose.ui" , name = " ui-test-manifest" }
30- androidx-ui-test-junit4 = { group = " androidx.compose.ui" , name = " ui-test-junit4" }
3119room-compiler = { group = " androidx.room" , name = " room-compiler" , version.ref = " room" }
3220room-ktx = { group = " androidx.room" , name = " room-ktx" , version.ref = " room" }
3321room-runtime = { group = " androidx.room" , name = " room-runtime" , version.ref = " room" }
@@ -40,5 +28,4 @@ kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
4028android-application = { id = " com.android.application" , version.ref = " agp" }
4129ksp = { id = " com.google.devtools.ksp" , version.ref = " ksp" }
4230hilt = { id = " com.google.dagger.hilt.android" , version.ref = " hilt" }
43- kotlin-compose = { id = " org.jetbrains.kotlin.plugin.compose" , version.ref = " kotlin" }
4431androidx-room = { id = " androidx.room" , version.ref = " room" }
0 commit comments