Rename scripting plugins to more established scheme

This commit is contained in:
Ilya Chernikov
2018-03-22 11:08:49 +01:00
parent 00320bad8d
commit 4742d0a034
7 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ dependencies {
compile(project(":idea:ide-common"))
compile(project(":idea:idea-jps-common"))
compile(project(":plugins:android-extensions-compiler"))
compile(project(":kotlin-scripting-idea-plugin"))
compile(project(":kotlin-scripting-idea"))
compile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }
compile(commonDep("org.jetbrains.kotlinx", "kotlinx-coroutines-jdk8")) { isTransitive = false }
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }