mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-04 14:13:47 -04:00
chore: fix kapt warning
moving 'kotlin-kapt' to the bottom of plugins {} gets rid of the 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, kapt.kotlin.generated]'"
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
plugins {
|
||||
id 'com.android.application'
|
||||
id 'kotlin-android'
|
||||
id 'kotlin-kapt'
|
||||
id 'kotlin-parcelize'
|
||||
id 'kotlinx-serialization'
|
||||
id 'com.google.dagger.hilt.android'
|
||||
id 'de.mobilej.unmock'
|
||||
id 'com.google.protobuf'
|
||||
id 'kotlin-kapt'
|
||||
}
|
||||
|
||||
unMock {
|
||||
|
||||
Reference in New Issue
Block a user