fill changelog and remove redundant parts in coroutines compose build.gradle

This commit is contained in:
2024-05-12 21:51:20 +06:00
parent e75125f6df
commit c623a265ee
2 changed files with 10 additions and 14 deletions

View File

@@ -16,19 +16,5 @@ kotlin {
api project(":micro_utils.common.compose")
}
}
// androidUnitTest {
// dependencies {
// implementation libs.ui.test.junit4
// implementation libs.ui.test.manifest
// implementation libs.android.compose.material3
// }
// }
// jvmTest {
// dependencies {
// implementation libs.ui.test.junit4
// implementation libs.ui.test.manifest
// implementation libs.android.compose.material3
// }
// }
}
}