JPS Build: exclude :core:builtins, use prebuilt bootstrap version

This commit is contained in:
Sergey Rostov
2019-03-28 09:10:50 +03:00
parent fb3f28974e
commit 7b89b0abbb
13 changed files with 18 additions and 18 deletions
-1
View File
@@ -65,7 +65,6 @@ dependencies {
antLauncherJar(commonDep("org.apache.ant", "ant"))
antLauncherJar(files(toolsJar()))
// For JPS build
if (project.kotlinBuildProperties.isInJpsBuildIdeaSync) {
testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
}