Android Room Persistence library entity with AutoValue

前端 未结 4 1173
北海茫月
北海茫月 2021-02-13 19:45

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?

4条回答
  •  天命终不由人
    2021-02-13 20:01

    This feature will be available in Room 2.1.0 https://issuetracker.google.com/issues/62408420#comment27

提交回复
热议问题