Skip to content

Commit

Permalink
core and features modules moved to sub-folders
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroidPoet committed Oct 27, 2022
1 parent 641da83 commit 0132eec
Show file tree
Hide file tree
Showing 39 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ dependencies {
implementation(project(":core:data"))

// feature modules
implementation(project(":feature:camera"))
implementation(project(":feature:chats"))
implementation(project(":feature:status"))
implementation(project(":feature:calls"))
implementation(project(":features:camera"))
implementation(project(":features:chats"))
implementation(project(":features:status"))
implementation(project(":features:calls"))

// material
implementation(libs.androidx.appcompat)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ include(":core:network")
include(":core:database")
include(":core:data")
include(":core:uistate")
include(":feature:camera")
include(":feature:chats")
include(":feature:status")
include(":feature:calls")
include(":features:camera")
include(":features:chats")
include(":features:status")
include(":features:calls")
include(":benchmark")

0 comments on commit 0132eec

Please sign in to comment.