Move scripting configuration into compiler plugin
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
|
||||
description = "Kotlin Scripting IDEA Plugin"
|
||||
|
||||
apply { plugin("kotlin") }
|
||||
|
||||
dependencies {
|
||||
compile(project(":kotlin-scripting-compiler-plugin"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
"test" {}
|
||||
}
|
||||
|
||||
runtimeJar()
|
||||
|
||||
ideaPlugin()
|
||||
|
||||
Reference in New Issue
Block a user