Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
refs/heads/upstream/1.3.70
/
.
/
compiler
/
util-io
/
build.gradle.kts
blob: 1389a3679268aa6b1fe627e7c8af67f8fcf6d5d6 [
file
] [
log
] [
blame
] [
edit
]
plugins
{
kotlin
(
"jvm"
)
id
(
"jps-compatible"
)
}
description
=
"Kotlin/Native utils"
dependencies
{
compile
(
kotlinStdlib
())
}
sourceSets
{
"main"
{
projectDefault
()
}
"test"
{
none
()
}
}
publish
()
standardPublicJars
()