blob: 1f349d094b87a2fa687d9ff55a46eb77e780f7f2 [file] [log] [blame] [edit]
configurations {
kotlinCompilerClasspath
}
if (!(project.findProperty("withoutEmbedabble")?.toString()?.toBoolean() ?: false)) {
project.dependencies {
kotlinCompilerClasspath(project(":kotlin-compiler-embeddable"))
}
}