Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
eadcce82e781d7be850118e82333893ab7cf10a9
/
.
/
plugins
/
scripting
/
test-script-definition
/
build.gradle.kts
blob: bd96a901b715782f56b006bf4c13c06831c6b780 [
file
]
plugins
{
kotlin
(
"jvm"
)
}
dependencies
{
testApi
(
project
(
":kotlin-scripting-jvm"
))
testApi
(
project
(
":kotlin-scripting-compiler-impl"
))
}
sourceSets
{
"main"
{}
"test"
{
projectDefault
()
}
}
testsJar
()