diff --git a/mppProjectWithSerialization.gradle b/mppProjectWithSerialization.gradle index 3e6c678a097..52c3c0096de 100644 --- a/mppProjectWithSerialization.gradle +++ b/mppProjectWithSerialization.gradle @@ -18,9 +18,6 @@ kotlin { android { publishAllLibraryVariants() } - linuxArm64() - linuxX64() - mingwX64() sourceSets { commonMain { @@ -53,18 +50,6 @@ kotlin { implementation libs.android.espresso } } - linuxArm64Test { - dependencies { - implementation kotlin('test-js') - implementation kotlin('test-junit') - } - } - mingwX64Test { - dependencies { - implementation kotlin('test-js') - implementation kotlin('test-junit') - } - } androidMain.dependsOn jvmMain }