[K/N][perf] Performance project build
* Add build-tools plugin * Cleanup code * Add missing methods after the move
This commit is contained in:
committed by
Space Team
parent
71eaa43d95
commit
c49128aa99
@@ -13,7 +13,8 @@ buildscript {
|
||||
}
|
||||
|
||||
extra["withoutEmbedabble"] = true
|
||||
project.kotlinInit(findProperty("cacheRedirectorEnabled")?.toString()?.toBoolean() ?: false)
|
||||
extra["defaultSnapshotVersion"] = kotlinBuildProperties.defaultSnapshotVersion
|
||||
extra["kotlinVersion"] = findProperty("kotlinVersion")
|
||||
val bootstrapKotlinVersion: String by extra(project.bootstrapKotlinVersion)
|
||||
val kotlinVersion: String by extra(bootstrapKotlinVersion)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user