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()