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

View File

@ -15,10 +15,7 @@ kotlin {
browser() browser()
nodejs() nodejs()
} }
android {
publishAllLibraryVariants()
}
sourceSets { sourceSets {
commonMain { commonMain {
dependencies { dependencies {
@ -43,13 +40,7 @@ kotlin {
implementation libs.kotlin.test.junit 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 targetCompatibility = JavaVersion.VERSION_1_8
} }
apply from: "$defaultAndroidSettingsPresetPath"