Dominion/settings.gradle.kts

7 lines
80 B
Plaintext
Raw Normal View History

rootProject.name = "Dominion"
include(
"core",
"v1_20_1",
"v1_21"
)