@@ -9,6 +9,8 @@ androidx-appcompat = "1.6.1"
9
9
androidx-arch-core = " 2.2.0"
10
10
androidx-benchmark = " 1.3.4"
11
11
androidx-benchmark-macro = " 1.3.4"
12
+ androidx-compose-activity = " 1.10.1"
13
+ androidx-compose-bom = " 2025.02.00"
12
14
androidx-constraintlayout = " 2.1.4"
13
15
androidx-core = " 1.10.1"
14
16
androidx-datastore = " 1.0.0"
@@ -46,13 +48,17 @@ androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "a
46
48
androidx-arch-core-testing = { module = " androidx.arch.core:core-testing" , version.ref = " androidx-arch-core" }
47
49
androidx-benchmark-junit4 = { module = " androidx.benchmark:benchmark-junit4" , version.ref = " androidx-benchmark" }
48
50
androidx-benchmark-macro-junit4 = { module = " androidx.benchmark:benchmark-macro-junit4" , version.ref = " androidx-benchmark-macro" }
51
+ androidx-compose-activity = { module = " androidx.activity:activity-compose" , version.ref = " androidx-compose-activity" }
52
+ androidx-compose-bom = { module = " androidx.compose:compose-bom" , version.ref = " androidx-compose-bom" }
53
+ androidx-compose-material3 = { module = " androidx.compose.material3:material3" }
54
+ androidx-compose-ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" }
49
55
androidx-constraintlayout = { module = " androidx.constraintlayout:constraintlayout" , version.ref = " androidx-constraintlayout" }
50
56
androidx-core = { module = " androidx.core:core-ktx" , version.ref = " androidx-core" }
51
57
androidx-datastore-preferences = { module = " androidx.datastore:datastore-preferences" , version.ref = " androidx-datastore" }
52
58
androidx-fragment = { module = " androidx.fragment:fragment-ktx" , version.ref = " androidx-fragment" }
53
59
androidx-fragment-testing = { module = " androidx.fragment:fragment-testing" , version.ref = " androidx-fragment" }
54
60
androidx-lifecycle-livedata = { module = " androidx.lifecycle:lifecycle-livedata-ktx" , version.ref = " androidx-lifecycle" }
55
- androidx-lifecycle-runtime = { module = " androidx.lifecycle:lifecycle-runtime" , version.ref = " androidx-lifecycle" }
61
+ androidx-lifecycle-runtime-ktx = { module = " androidx.lifecycle:lifecycle-runtime-ktx " , version.ref = " androidx-lifecycle" }
56
62
androidx-lifecycle-viewmodel = { module = " androidx.lifecycle:lifecycle-viewmodel-ktx" , version.ref = " androidx-lifecycle" }
57
63
androidx-navigation-fragment = { module = " androidx.navigation:navigation-fragment-ktx" , version.ref = " androidx-navigation" }
58
64
androidx-navigation-ui = { module = " androidx.navigation:navigation-ui-ktx" , version.ref = " androidx-navigation" }
0 commit comments