blob: e2cfc741b3fa6ca644af9f8e89ff9dec6a63e76c [file]
plugins {
kotlin("jvm")
id("java-instrumentation")
}
dependencies {
testApi(project(":kotlin-scripting-jvm"))
testApi(project(":kotlin-scripting-compiler-impl"))
}
sourceSets {
"main" {}
"test" { projectDefault() }
}
testsJar()