twigs/settings.gradle.kts

4 lines
90 B
Text

rootProject.name = "twigs"
include("core", "api", "app")
include("storage")
include("db")