airbnb / paris

Define and apply styles to Android views programmatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with kapt when using with epoxy

uberchilly opened this issue · comments

My project contains airbnb epoxy 4.6.3 and airbnb paris 2.0.0
I just added @Stylebable on one epoxy custom view and I get this Gradle error message.
I use kapt in my project for both.

Caused by: com.sun.tools.javac.processing.AnnotationProcessingError: java.lang.NoSuchMethodError: 'void androidx.room.compiler.processing.XMessager.printMessage$default(androidx.room.compiler.processing.XMessager, javax.tools.Diagnostic$Kind, java.lang.String, androidx.room.compiler.processing.XElement, int, java.lang.Object)'