xssak/modules/build.gradle.kts

8 lines
88 B
Kotlin

plugins {
`java-library`
}
subprojects {
apply(plugin = "module-convention")
}