Инициализация модулей для даггера

This commit is contained in:
Michael Kits
2022-11-05 16:55:57 +03:00
parent b614ae82d2
commit 227c872317
4 changed files with 71 additions and 3 deletions
+3
View File
@@ -69,4 +69,7 @@ dependencies {
implementation "androidx.room:room-ktx:2.2.6"
implementation "androidx.navigation:navigation-compose:2.5.3"
implementation 'com.google.dagger:dagger:2.38.1'
kapt 'com.google.dagger:dagger-compiler:2.34'
}