MatrixDev / Roomigrant

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

Add View support #7

Closed RBusarow closed 3 years ago

RBusarow commented 4 years ago

Views don't actually migrate. If it's a new View, just add it. If it's a changed View, drop the old one then add the new. If it's removal of a View, just drop.

Required library updates:

remove Gson add Moshi codegen 1.9.3

Fixes #6