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:
@@ -5,7 +5,7 @@ apply { plugin("kotlin") }
|
||||
|
||||
dependencies {
|
||||
compile(projectDist(":kotlin-stdlib"))
|
||||
compile(projectDist(":kotlin-script-runtime"))
|
||||
compile(project(":kotlin-script-runtime"))
|
||||
compile(projectRuntimeJar(":kotlin-compiler-embeddable"))
|
||||
compile(project(":kotlin-script-util"))
|
||||
testCompile(projectDist(":kotlin-test:kotlin-test-junit"))
|
||||
|
||||
Reference in New Issue
Block a user