Make dependencies to the script-runtime directly to the project...
instead to vie projectDist. With the current project bootstrap scheme a dependency to the simply built script-runtime project via dist is not needed anymore, but it breaks proper sources navigation in IDEA.
This commit is contained in:
@@ -11,7 +11,7 @@ dependencies {
|
||||
compile(project(":compiler:util"))
|
||||
compile(project(":compiler:container"))
|
||||
compile(project(":compiler:resolution"))
|
||||
compile(projectDist(":kotlin-script-runtime"))
|
||||
compile(project(":kotlin-script-runtime"))
|
||||
compile(commonDep("io.javaslang","javaslang"))
|
||||
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||
compileOnly(intellijDep()) { includeJars("annotations", "trove4j", "guava", rootProject = rootProject) }
|
||||
|
||||
Reference in New Issue
Block a user