Build: add useIR/useIRForLibraries to kotlin-build-gradle-plugin
This commit is contained in:
committed by
Dmitriy Novozhilov
parent
e331e80b5d
commit
8160f579d3
@@ -101,6 +101,10 @@ class KotlinBuildProperties(
|
|||||||
|
|
||||||
val localBootstrapPath: String? = getOrNull("bootstrap.local.path") as String?
|
val localBootstrapPath: String? = getOrNull("bootstrap.local.path") as String?
|
||||||
|
|
||||||
|
val useIR: Boolean = getBoolean("kotlin.build.useIR")
|
||||||
|
|
||||||
|
val useIRForLibraries: Boolean = getBoolean("kotlin.build.useIRForLibraries")
|
||||||
|
|
||||||
val teamCityBootstrapVersion: String? = getOrNull("bootstrap.teamcity.kotlin.version") as String?
|
val teamCityBootstrapVersion: String? = getOrNull("bootstrap.teamcity.kotlin.version") as String?
|
||||||
|
|
||||||
val teamCityBootstrapBuildNumber: String? = getOrNull("bootstrap.teamcity.build.number") as String?
|
val teamCityBootstrapBuildNumber: String? = getOrNull("bootstrap.teamcity.build.number") as String?
|
||||||
|
|||||||
Reference in New Issue
Block a user