KT-65740 Create swift-export-embeddable module

This commit is contained in:
Andrey Yastrebov
2024-02-12 10:20:54 +01:00
committed by Space Team
parent bd84f93333
commit 60071cbb54
3 changed files with 37 additions and 1 deletions
@@ -61,4 +61,4 @@ val KotlinBuildProperties.useFirTightIC: Boolean
get() = getBoolean("kotlin.build.useFirIC")
val KotlinBuildProperties.isSwiftExportPluginPublishingEnabled: Boolean
get() = getBoolean("kotlin-native.swift-export.enabled")
get() = getBoolean("kotlin.native.swift-export.enabled", false)