VancedManager/settings.gradle.kts

10 lines
165 B
Plaintext
Raw Normal View History

2021-01-10 10:11:04 +00:00
rootProject.name = "Vanced Manager"
include(":app")
include(":core-presentation", ":core-ui" , ":core-mvi")
include(":feature-home")
include(":library-network")