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