kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
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
rodzic
dd22068c5f
commit
28a37293ec
app
|
@ -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"
|
||||
|
|
Ładowanie…
Reference in New Issue