We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997812e commit 436caccCopy full SHA for 436cacc
app/build.gradle.kts
@@ -242,7 +242,6 @@ dependencies {
242
// Compose Bom
243
val composeBom = platform(libs.compose.bom)
244
implementation(composeBom)
245
- androidTestImplementation(composeBom)
246
implementation(libs.compose.foundation)
247
implementation(libs.compose.material3)
248
// Compose - Android Studio Preview support
@@ -264,6 +263,7 @@ dependencies {
264
263
testImplementation(libs.mockk.agent)
265
266
// Instrumented Test Libraries
+ androidTestImplementation(composeBom)
267
androidTestImplementation(libs.androidx.test.core)
268
androidTestImplementation(libs.androidx.test.ext.junit)
269
androidTestImplementation(libs.androidx.test.ext.junit.ktx)
0 commit comments