15 lines
272 B
Plaintext
15 lines
272 B
Plaintext
|
|
plugins {
|
|
//kotlin("jvm") version "1.9.21"
|
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.5.0"
|
|
}
|
|
|
|
rootProject.name = "kommons"
|
|
include("core")
|
|
include("networking")
|
|
include("io")
|
|
include("math")
|
|
include("io-math")
|
|
include("collect")
|
|
include("guava")
|