Update mppProjectWithSerialization.gradle

This commit is contained in:
2022-10-25 00:09:18 +06:00
committed by GitHub
parent eef167422e
commit 3d5e15d545

View File

@@ -15,9 +15,6 @@ kotlin {
browser()
nodejs()
}
android {
publishAllLibraryVariants()
}
sourceSets {
commonMain {
@@ -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"