Add checks that kotlin-native.swift-export.enabled is actually turned on
Merge-request: KT-MR-13506 Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
This commit is contained in:
@@ -59,3 +59,6 @@ val KotlinBuildProperties.useFirWithLightTree: Boolean
|
||||
|
||||
val KotlinBuildProperties.useFirTightIC: Boolean
|
||||
get() = getBoolean("kotlin.build.useFirIC")
|
||||
|
||||
val KotlinBuildProperties.isSwiftExportPluginPublishingEnabled: Boolean
|
||||
get() = getBoolean("kotlin-native.swift-export.enabled")
|
||||
|
||||
Reference in New Issue
Block a user