Build: Fix import of kotlin-reflect in JPS build

#KT-29548 Fixed
This commit is contained in:
Vyacheslav Gerasimov
2019-04-30 21:27:11 +03:00
parent b9fe6875e3
commit 5782267d26
3 changed files with 6 additions and 9 deletions
-4
View File
@@ -65,10 +65,6 @@ dependencies {
antLauncherJar(commonDep("org.apache.ant", "ant"))
antLauncherJar(files(toolsJar()))
if (project.kotlinBuildProperties.isInJpsBuildIdeaSync) {
testRuntimeOnly(files("${rootProject.projectDir}/dist/kotlinc/lib/kotlin-reflect.jar"))
}
}
sourceSets {