[MPP] Remove obsolete target from CommonizerIT test for KT-47641

^KT-47641
^KT-58822
This commit is contained in:
Timofey Solonin
2023-06-07 18:02:36 +02:00
committed by Space Team
parent 5daec16ce0
commit 4cb90aed52
3 changed files with 0 additions and 6 deletions
@@ -10,6 +10,4 @@ kotlin {
linuxX64()
macosX64()
mingwX64("windowsX64")
@Suppress("DEPRECATION_ERROR")
mingwX86("windowsX86")
}
@@ -10,8 +10,6 @@ kotlin {
linuxX64()
macosX64()
mingwX64("windowsX64")
@Suppress("DEPRECATION_ERROR")
mingwX86("windowsX86")
targets.withType<KotlinNativeTarget>().forEach { target ->
target.compilations.all {
@@ -11,8 +11,6 @@ kotlin {
linuxX64()
macosX64()
mingwX64("windowsX64")
@Suppress("DEPRECATION_ERROR")
mingwX86("windowsX86")
val commonMain by sourceSets.getting