RoomList: setup dagger for node (remove fragment bindings)

This commit is contained in:
ganfra 2023-01-04 20:19:01 +01:00
parent fc14973049
commit 3ffbba954e
15 changed files with 122 additions and 60 deletions

View file

@ -9,6 +9,5 @@ android {
dependencies {
api(libs.mavericks.compose)
api(libs.dagger)
api(libs.androidx.fragment)
api(libs.appyx.core)
}