android / codelab-android-hilt

Apache License 2.0
346 stars 184 forks source link

Log.java:12: error: Cannot find getter for field. #3

Open hasan5151 opened 3 years ago

hasan5151 commented 3 years ago

\hiltfirst\app\build\tmp\kapt3\stubs\debug\com\example\android\hilt\data\Log.java:12: error: Cannot find getter for field. private long id = 0L; warning: The following options were not recognized by any processor: '[dagger.fastInit, dagger.hilt.android.internal.disableAndroidSuperclassValidation, kapt.kotlin.generated]'[WARN] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: androidx.room.RoomProcessor (DYNAMIC).

Task :app:kaptDebugKotlin FAILED ^

manuelvicnt commented 3 years ago

In which step of the codelab does this happen?