|
|
|
@ -93,22 +93,22 @@ android {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
implementation(project(":feature-author"))
|
|
|
|
|
implementation(project(":feature-interests"))
|
|
|
|
|
implementation(project(":feature-foryou"))
|
|
|
|
|
implementation(project(":feature-bookmarks"))
|
|
|
|
|
implementation(project(":feature-topic"))
|
|
|
|
|
implementation(project(":feature:author"))
|
|
|
|
|
implementation(project(":feature:interests"))
|
|
|
|
|
implementation(project(":feature:foryou"))
|
|
|
|
|
implementation(project(":feature:bookmarks"))
|
|
|
|
|
implementation(project(":feature:topic"))
|
|
|
|
|
|
|
|
|
|
implementation(project(":core-ui"))
|
|
|
|
|
implementation(project(":core-designsystem"))
|
|
|
|
|
implementation(project(":core-navigation"))
|
|
|
|
|
implementation(project(":core:ui"))
|
|
|
|
|
implementation(project(":core:designsystem"))
|
|
|
|
|
implementation(project(":core:navigation"))
|
|
|
|
|
|
|
|
|
|
implementation(project(":sync"))
|
|
|
|
|
|
|
|
|
|
androidTestImplementation(project(":core-testing"))
|
|
|
|
|
androidTestImplementation(project(":core-datastore-test"))
|
|
|
|
|
androidTestImplementation(project(":core-data-test"))
|
|
|
|
|
androidTestImplementation(project(":core-network"))
|
|
|
|
|
androidTestImplementation(project(":core:testing"))
|
|
|
|
|
androidTestImplementation(project(":core:datastore-test"))
|
|
|
|
|
androidTestImplementation(project(":core:data-test"))
|
|
|
|
|
androidTestImplementation(project(":core:network"))
|
|
|
|
|
androidTestImplementation(libs.androidx.navigation.testing)
|
|
|
|
|
debugImplementation(libs.androidx.compose.ui.testManifest)
|
|
|
|
|
|
|
|
|
|