mirror of
https://github.com/null2264/yokai.git
synced 2025-07-17 22:36:55 +00:00
refactor: Modularize the project
This commit is contained in:
parent
7e7a37bc53
commit
2df2780912
85 changed files with 1358 additions and 248 deletions
|
@ -27,5 +27,12 @@ dependencyResolutionManagement {
|
|||
}
|
||||
}
|
||||
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
|
||||
rootProject.name = "Yokai"
|
||||
include(":app")
|
||||
include(":core")
|
||||
include(":domain")
|
||||
include(":presentation-core")
|
||||
include(":presentation-widget")
|
||||
include(":source-api")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue