Files
dough/settings.gradle.kts

7 lines
68 B
Plaintext
Raw Normal View History

2023-02-15 23:03:46 -08:00
rootProject.name = "dough"
2023-02-16 19:31:01 -08:00
include(
"dough-core",
"dough-fs"
)