phantasmal-world/settings.gradle.kts

13 lines
185 B
Plaintext
Raw Normal View History

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