2c3a50e4b3
- split into script def and host part - remove bad dependencies - organize it in a way that should be typical for user scenarios
1 line
158 B
Kotlin
1 line
158 B
Kotlin
|
|
apply {
|
|
plugin("kotlin")
|
|
}
|
|
|
|
dependencies {
|
|
compile(project(":kotlin-scripting-jvm"))
|
|
}
|
|
|
|
sourceSets {
|
|
"main" { projectDefault() }
|
|
"test" {}
|
|
}
|