[minor] Drop some usages of kotlin reflection in scripting compiler plugin
This commit is contained in:
@@ -22,6 +22,8 @@ dependencies {
|
||||
// FIXME: drop after removing references to LocalFileSystem they don't exist in intellij-core
|
||||
compileOnly(intellijDep()) { includeJars("platform-api") }
|
||||
|
||||
runtime(project(":kotlin-reflect"))
|
||||
|
||||
testCompile(project(":compiler:frontend"))
|
||||
testCompile(project(":compiler:plugin-api"))
|
||||
testCompile(project(":compiler:util"))
|
||||
|
||||
Reference in New Issue
Block a user