Is it possible to use both Room persistence library\'s @Entity with AutoValue\'s @AutoValue and builder on the same POJO? How should i do it?
@Entity
@AutoValue
This feature will be available in Room 2.1.0 https://issuetracker.google.com/issues/62408420#comment27