phantasmal-world/settings.gradle.kts

15 lines
229 B
Plaintext

rootProject.name = "phantasmal-world"
include(
":core",
":psolib",
":cell",
":psoserv",
":test-utils",
":web",
":web:assembly-worker",
":web:assets-generation",
":web:shared",
":webui",
)