|
|
@ -93,11 +93,11 @@ android {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":feature-author"))
|
|
|
|
implementation(project(":feature:author"))
|
|
|
|
implementation(project(":feature-interests"))
|
|
|
|
implementation(project(":feature:interests"))
|
|
|
|
implementation(project(":feature-foryou"))
|
|
|
|
implementation(project(":feature:foryou"))
|
|
|
|
implementation(project(":feature-bookmarks"))
|
|
|
|
implementation(project(":feature:bookmarks"))
|
|
|
|
implementation(project(":feature-topic"))
|
|
|
|
implementation(project(":feature:topic"))
|
|
|
|
|
|
|
|
|
|
|
|
implementation(project(":core:ui"))
|
|
|
|
implementation(project(":core:ui"))
|
|
|
|
implementation(project(":core:designsystem"))
|
|
|
|
implementation(project(":core:designsystem"))
|
|
|
|