Skip to content

Commit 0132eec

Browse files
committed
core and features modules moved to sub-folders
1 parent 641da83 commit 0132eec

39 files changed

+8
-8
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ dependencies {
5656
implementation(project(":core:data"))
5757

5858
// feature modules
59-
implementation(project(":feature:camera"))
60-
implementation(project(":feature:chats"))
61-
implementation(project(":feature:status"))
62-
implementation(project(":feature:calls"))
59+
implementation(project(":features:camera"))
60+
implementation(project(":features:chats"))
61+
implementation(project(":features:status"))
62+
implementation(project(":features:calls"))
6363

6464
// material
6565
implementation(libs.androidx.appcompat)
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)