Move remaining hard-coded dependency to Gradle catalog. We had 2 different version of material3 library.
This commit is contained in:
parent
33fe608459
commit
a9995886c0
7 changed files with 23 additions and 13 deletions
|
|
@ -25,7 +25,7 @@ android {
|
|||
dependencies {
|
||||
val composeBom = platform(libs.androidx.compose.bom)
|
||||
testImplementation(composeBom)
|
||||
testImplementation("androidx.compose.ui:ui-tooling-preview")
|
||||
testImplementation(libs.androidx.compose.ui.tooling.preview)
|
||||
testImplementation(libs.test.junit)
|
||||
testImplementation(libs.test.konsist)
|
||||
testImplementation(libs.test.truth)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue