[K/N] Remove more ext properties
This commit is contained in:
committed by
Space Team
parent
23710ac133
commit
adf5331ff0
@@ -64,4 +64,7 @@ val KotlinBuildProperties.isSwiftExportPluginPublishingEnabled: Boolean
|
||||
get() = getBoolean("kotlin.native.swift-export.enabled", false)
|
||||
|
||||
val KotlinBuildProperties.limitTestTasksConcurrency: Boolean
|
||||
get() = getBoolean("kotlin.build.limitTestTasksConcurrency", true)
|
||||
get() = getBoolean("kotlin.build.limitTestTasksConcurrency", true)
|
||||
|
||||
val KotlinBuildProperties.konanDataDir: String?
|
||||
get() = getOrNull("konan.data.dir") as String?
|
||||
Reference in New Issue
Block a user