square / sqlbrite

A lightweight wrapper around SQLiteOpenHelper which introduces reactive stream semantics to SQL operations.
https://square.github.io/sqlbrite/3.x/sqlbrite/
Apache License 2.0
4.57k stars 416 forks source link

Sample project do not generate Class properly. #232

Closed jackengine closed 6 years ago

jackengine commented 6 years ago

It generates 'describeContents' fields in every class. Shows error like below. error

JakeWharton commented 6 years ago

The auto-value-parcel extension handles that property. The sample is configured properly in the repo. Have you added it to your project?