KenCommandAPI/settings.gradle.kts
2026-06-29 18:49:42 +02:00

6 lines
No EOL
162 B
Kotlin

rootProject.name = "KenCommandAPI"
includeBuild("../build-logic")
include("kencommandapi-core")
include("kencommandapi-bukkit")
include("kencommandapi-velocity")