Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
bb39b1b9ccd5666c9e4160959ad4399c0664fefa
/
.
/
plugins
/
scripting
/
test-script-definition
/
build.gradle.kts
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
()