MatrixDev / Roomigrant

Automated Android Room ORM migrations generator with compile-time code generation
MIT License
374 stars 23 forks source link

Processor is not incremental #3

Closed christophehenry closed 3 years ago

christophehenry commented 4 years ago

Hi! Thank you for writing Roomigrant. It's very handy. However, Gradle displays the following warning during build:

ANTLR Tool version 4.5.3 used for code generation does not match the current runtime version 4.7.1ANTLR Runtime version 4.5.3 used for parser compilation does not match the current runtime version 4.7.1ANTLR Tool version 4.5.3 used for code generation does not match the current runtime version 4.7.1ANTLR Runtime version 4.5.3 used for parser compilation does not match the current runtime version 4.7.1[WARN] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: dev.matrix.roomigrant.compiler.Processor (NON_INCREMENTAL).

You may want to fix this.