GhostDisplays/settings.gradle.kts
2025-12-09 16:13:18 +09:00

6 lines
99 B
Plaintext

rootProject.name = "GhostDisplays"
if (gradle.parent == null) {
includeBuild("kommand-lib")
}