Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/kt-251.23774
/
.
/
native
/
external-projects-test-utils
/
build.gradle.kts
blob: 6d570c766e1158b2c4108a0d62b0a40f3b5e1bbd [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
description
=
"Infrastructure for using real-world libraries in tests"
dependencies
{
compileOnly
(
kotlinStdlib
())
}
sourceSets
{
"main"
{
projectDefault
()
}
}