Update mppProjectWithSerialization.gradle

This commit is contained in:
InsanusMokrassar 2022-10-25 00:09:18 +06:00 committed by GitHub
parent eef167422e
commit 3d5e15d545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 12 deletions

View File

@ -15,10 +15,7 @@ kotlin {
browser()
nodejs()
}
android {
publishAllLibraryVariants()
}
sourceSets {
commonMain {
dependencies {
@ -43,13 +40,7 @@ kotlin {
implementation libs.kotlin.test.junit
}
}
androidTest {
dependencies {
implementation libs.kotlin.test.junit
implementation libs.android.test.junit
implementation libs.android.test.espresso.core
}
}
}
}
@ -58,4 +49,3 @@ java {
targetCompatibility = JavaVersion.VERSION_1_8
}
apply from: "$defaultAndroidSettingsPresetPath"