Skip to content

Commit 436cacc

Browse files
committed
nitpick: update instrumented test cluster; no changes
1 parent 997812e commit 436cacc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ dependencies {
242242
// Compose Bom
243243
val composeBom = platform(libs.compose.bom)
244244
implementation(composeBom)
245-
androidTestImplementation(composeBom)
246245
implementation(libs.compose.foundation)
247246
implementation(libs.compose.material3)
248247
// Compose - Android Studio Preview support
@@ -264,6 +263,7 @@ dependencies {
264263
testImplementation(libs.mockk.agent)
265264

266265
// Instrumented Test Libraries
266+
androidTestImplementation(composeBom)
267267
androidTestImplementation(libs.androidx.test.core)
268268
androidTestImplementation(libs.androidx.test.ext.junit)
269269
androidTestImplementation(libs.androidx.test.ext.junit.ktx)

0 commit comments

Comments
 (0)