phantasmal-world/settings.gradle.kts

14 lines
216 B
Plaintext

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