9 lines
250 B
Plaintext
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")
|