foundation/settings.gradle.kts
2022-01-07 06:15:26 -05:00

9 lines
140 B
Plaintext

rootProject.name = "foundation"
include(
":foundation-core",
":foundation-bifrost",
":foundation-heimdall",
":tool-gjallarhorn",
)