done migration

This commit is contained in:
2023-08-08 18:45:36 +06:00
parent 4478193d8a
commit 57ebed903f
11 changed files with 18 additions and 58 deletions

View File

@@ -15,7 +15,7 @@ kotlin {
browser()
nodejs()
}
androidTarget {
android {
publishAllLibraryVariants()
}
@@ -54,7 +54,7 @@ kotlin {
implementation kotlin('test-junit')
}
}
androidTest {
androidUnitTest {
dependencies {
implementation kotlin('test-junit')
implementation libs.android.test.junit