[MPP] Remove obsolete target from CommonizerIT test for KT-47641
^KT-47641 ^KT-58822
This commit is contained in:
committed by
Space Team
parent
5daec16ce0
commit
4cb90aed52
-2
@@ -10,6 +10,4 @@ kotlin {
|
||||
linuxX64()
|
||||
macosX64()
|
||||
mingwX64("windowsX64")
|
||||
@Suppress("DEPRECATION_ERROR")
|
||||
mingwX86("windowsX86")
|
||||
}
|
||||
|
||||
-2
@@ -10,8 +10,6 @@ kotlin {
|
||||
linuxX64()
|
||||
macosX64()
|
||||
mingwX64("windowsX64")
|
||||
@Suppress("DEPRECATION_ERROR")
|
||||
mingwX86("windowsX86")
|
||||
|
||||
targets.withType<KotlinNativeTarget>().forEach { target ->
|
||||
target.compilations.all {
|
||||
|
||||
-2
@@ -11,8 +11,6 @@ kotlin {
|
||||
linuxX64()
|
||||
macosX64()
|
||||
mingwX64("windowsX64")
|
||||
@Suppress("DEPRECATION_ERROR")
|
||||
mingwX86("windowsX86")
|
||||
|
||||
val commonMain by sourceSets.getting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user