[performance] enable project performance
(cherry picked from commit 947c3bd92b2ee8d252619cf987427a7e195191cb)
This commit is contained in:
committed by
Stanislav Erokhin
parent
f2524dbb8d
commit
c9e0928038
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.UtilsKt
|
||||
|
||||
project.buildscript.repositories {
|
||||
maven {
|
||||
url project.bootstrapKotlinRepo
|
||||
url BootstrapKt.getBootstrapKotlinRepo(project)
|
||||
}
|
||||
if (UtilsKt.getCacheRedirectorEnabled(project))
|
||||
maven { url 'https://cache-redirector.jetbrains.com/maven-central' }
|
||||
@@ -17,6 +17,8 @@ configurations {
|
||||
kotlinCompilerClasspath
|
||||
}
|
||||
|
||||
project.dependencies {
|
||||
kotlinCompilerClasspath(project(path: ":kotlin-compiler-embeddable", configuration: "runtimeJar"))
|
||||
if (!(project.findProperty("withoutEmbedabble")?.toString()?.toBoolean() ?: false)) {
|
||||
project.dependencies {
|
||||
kotlinCompilerClasspath(project(path: ":kotlin-compiler-embeddable", configuration: "runtimeJar"))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user