codelab-android-hilt icon indicating copy to clipboard operation
codelab-android-hilt copied to clipboard

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

Open hasan5151 opened this issue 5 years ago • 1 comments

\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 ^

hasan5151 avatar Jul 17 '20 18:07 hasan5151

In which step of the codelab does this happen?

manuelvicnt avatar Mar 15 '21 07:03 manuelvicnt