Native: disable K2 for tests/samples/uikit

Currently it fails with K2 because of ^KT-62262
Disable K2 in this test in order to mute the failure.
This commit is contained in:
Svyatoslav Scherbina
2023-10-02 18:14:29 +02:00
committed by Space Team
parent 096edd8937
commit 5be76eb57c
@@ -101,3 +101,7 @@ val packForXCode = if (sdkName == null || targetBuildDir == null || executablePa
}
}
}
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinNativeCompile>().configureEach {
compilerOptions.languageVersion.set(org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_1_9)
}