Implement new minimal extension point for providing (new) script definitions to idea

#KT-27817 fixed
This commit is contained in:
Ilya Chernikov
2018-10-08 15:01:49 +02:00
parent afc78be58e
commit 0e66c64a17
12 changed files with 139 additions and 0 deletions
@@ -8,6 +8,7 @@ plugins {
dependencies {
compile(project(":kotlin-scripting-compiler"))
compile(project(":kotlin-scripting-intellij"))
compileOnly(project(":idea:idea-gradle"))
compileOnly(project(":idea:idea-core"))
compileOnly(intellijDep())