@@ -65,25 +65,25 @@ android {
6565dependencies {
6666
6767
68- def composeBom = platform( ' androidx.compose:compose-bom:2024.05.00 ' )
68+ def composeBom = libs . androidx. compose. bom
6969 implementation(composeBom)
7070 androidTestImplementation(composeBom)
7171
72- implementation ' androidx.compose. material3:material3 '
73- implementation " androidx.compose. material:material- icons- extended"
74- implementation " androidx.compose.ui:ui- tooling- preview"
75- androidTestImplementation " androidx.compose.ui:ui- test- junit4"
76- debugImplementation " androidx.compose.ui:ui- tooling"
77- debugImplementation " androidx.compose.ui:ui- test- manifest"
72+ implementation libs . androidx. material3
73+ implementation libs . androidx. material. icons. extended
74+ implementation libs . androidx. ui . tooling. preview
75+ androidTestImplementation libs . androidx. ui . test. junit4
76+ debugImplementation libs . androidx. ui . tooling
77+ debugImplementation libs . androidx. ui . test. manifest
7878
79- implementation " androidx.lifecycle:lifecycle- viewmodel-compose:2.7.0 "
80- implementation " androidx.lifecycle:lifecycle- runtime-ktx:2.7.0 "
81- implementation ' androidx.activity:activity-compose:1.9.0 '
82- implementation ' androidx.core:core-ktx:1.13.1 '
83- implementation " androidx.window:window:1.2.0 "
84- implementation " org.jetbrains. kotlinx:kotlinx- coroutines-android:1.8.0 "
79+ implementation libs . androidx. lifecycle. viewmodel. compose
80+ implementation libs . androidx. lifecycle. runtime. ktx
81+ implementation libs . androidx. activity. compose
82+ implementation libs . androidx. core. ktx
83+ implementation libs . androidx. window
84+ implementation libs . kotlinx. coroutines. android
8585
86- testImplementation ' junit:junit:4.13.2 '
87- androidTestImplementation ' androidx.test.ext: junit:1.1.5 '
88- androidTestImplementation ' androidx.test. espresso:espresso-core:3.5.1 '
86+ testImplementation libs . junit
87+ androidTestImplementation libs . androidx. junit
88+ androidTestImplementation libs . androidx. espresso. core
8989}
0 commit comments