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]'"
master
andrekir 2023-04-01 08:16:51 -03:00
rodzic effc450af8
commit 04452e4756
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 {