fix: `annotationProcessor` build warning

warning: The following options were not recognized by any processor: '[dagger.fastInit, dagger.hilt.android.internal.disableAndroidSuperclassValidation, dagger.hilt.android.internal.projectType, dagger.hilt.internal.useAggregatingRootProcessor***'
pull/1048/head
andrekir 2024-05-19 06:48:32 -03:00
rodzic dd22068c5f
commit 28a37293ec
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -173,7 +173,6 @@ dependencies {
// Room
def room_version = '2.6.1'
implementation "androidx.room:room-runtime:$room_version"
annotationProcessor "androidx.room:room-compiler:$room_version"
ksp "androidx.room:room-compiler:$room_version"
// optional - Kotlin Extensions and Coroutines support for Room
implementation "androidx.room:room-ktx:$room_version"