[K/N] Revert language version override for uikit sample

^KT-62262
This commit is contained in:
Vladimir Sukharev
2023-10-04 08:23:46 +02:00
committed by Space Team
parent 520983d52c
commit e342d7ff66
@@ -101,7 +101,3 @@ 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)
}