SimpleNotes/settings.gradle.kts
2020-11-11 23:48:27 +01:00

9 lines
166 B
Plaintext

rootProject.name = "simplenotes"
include(":config")
include(":views")
include(":app")
include(":domain")
include(":search")
include(":types")
include(":persistance")