15
feature/characters/presentation-views/build.gradle.kts
Normal file
15
feature/characters/presentation-views/build.gradle.kts
Normal file
@@ -0,0 +1,15 @@
|
||||
plugins {
|
||||
alias(libs.plugins.architecture.android.feature.views)
|
||||
}
|
||||
|
||||
// Classic Views renderer (Fragment + ViewBinding + RecyclerView) driving the SAME ViewModel from
|
||||
// :feature:characters:presentation. ViewBinding ON, Compose OFF.
|
||||
android {
|
||||
namespace = "com.example.architecture.feature.characters.presentation.views"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(project(":core:presentation"))
|
||||
implementation(project(":feature:characters:domain"))
|
||||
implementation(project(":feature:characters:presentation"))
|
||||
}
|
||||
Reference in New Issue
Block a user