@@ -65,26 +65,26 @@ 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 "
85- implementation " androidx.compose.material3:material3-window-size-class:1.2.1 "
79+ implementation libs . androidx. material3 . windowSizeClass
80+ implementation libs . androidx. lifecycle. viewmodel . compose
81+ implementation libs . androidx. lifecycle . runtime . ktx
82+ implementation libs . androidx. activity . compose
83+ implementation libs . androidx. core . ktx
84+ implementation libs . androidx . window
85+ implementation libs . kotlinx . coroutines . android
8686
87- testImplementation ' junit:junit:4.13.2 '
88- androidTestImplementation ' androidx.test.ext: junit:1.1.5 '
89- androidTestImplementation ' androidx.test. espresso:espresso-core:3.5.1 '
87+ testImplementation libs . junit
88+ androidTestImplementation libs . androidx. junit
89+ androidTestImplementation libs . androidx. espresso. core
9090}
0 commit comments