trying to update to new compose

This commit is contained in:
2024-05-24 15:50:26 +06:00
parent 17d6377902
commit a0dd1aec3d
12 changed files with 9 additions and 14 deletions

View File

@@ -58,7 +58,6 @@ kotlin {
jsTest {
dependencies {
implementation kotlin('test-js')
implementation kotlin('test-junit')
}
}
androidUnitTest {
@@ -69,13 +68,6 @@ kotlin {
implementation compose.uiTest
}
}
androidInstrumentedTest {
dependencies {
implementation kotlin('test-junit')
implementation libs.android.test.junit
implementation libs.android.espresso
}
}
}
}