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:
Artem Olkov
2023-12-14 10:27:19 +00:00
committed by Space Team
parent 28f0f1ea88
commit cae6e0ee0f
3 changed files with 6 additions and 2 deletions
@@ -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")