14 lines
272 B
Plaintext
14 lines
272 B
Plaintext
rootProject.name = "mosenioring-backend"
|
|
|
|
include(
|
|
":app",
|
|
":common",
|
|
":modules:identity",
|
|
":modules:clinical",
|
|
":modules:messaging",
|
|
":modules:notifications",
|
|
":modules:audit",
|
|
":modules:integrations",
|
|
":workers:notification-worker"
|
|
)
|