mfaust35 / translation_dummy_mf

Translation dummy is an android app written in Kotlin to showcase the way I work. It is not intended for real use.
The Unlicense
0 stars 0 forks source link

Kotlin compiler warning: Incremental annotation processor requested #2

Closed mfaust35 closed 5 years ago

mfaust35 commented 5 years ago

When building project, kotlin compiler gives this warning:

w: [kapt] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: androidx.room.RoomProcessor (NON_INCREMENTAL).

Is it important ?