diff --git a/mppProjectWithSerialization.gradle b/mppProjectWithSerialization.gradle index 2a92bfb..3535b6e 100644 --- a/mppProjectWithSerialization.gradle +++ b/mppProjectWithSerialization.gradle @@ -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"