Various Kotlin extension functions and data structures for easing Kotlin development.
Release
dependencies {
implementation(group = "net.ormr.krautils", name = "krautils-core", version = "${RELEASE_VERSION}")
}
Snapshot
repositories {
maven("https://oss.sonatype.org/content/repositories/snapshots")
}
dependencies {
implementation(group = "net.ormr.krautils", name = "krautils-core", version = "${SNAPSHOT_VERSION}")
}
The project is licensed under the Apache 2.0 license.