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:
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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user