SimpleNotes/settings.gradle.kts
2020-10-26 02:10:22 +01:00

9 lines
250 B
Plaintext

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