Dagger: start setup

This commit is contained in:
ganfra 2022-12-09 19:27:04 +01:00
parent 32dbaaf836
commit cb92ff5d3b
22 changed files with 290 additions and 4 deletions

View file

@ -5,3 +5,9 @@ plugins {
android {
namespace = "io.element.android.x.core"
}
dependencies {
api(libs.mavericks.compose)
api(libs.dagger)
api(libs.androidx.fragment)
}