13 lines
249 B
Plaintext
13 lines
249 B
Plaintext
rootProject.name = "simplenotes"
|
|
include(":config")
|
|
include(":views")
|
|
include(":app")
|
|
include(":domain")
|
|
include(":search")
|
|
include(":types")
|
|
include(":persistence")
|
|
include(":css")
|
|
include(":junit-config")
|
|
|
|
enableFeaturePreview("VERSION_CATALOGS")
|