You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, guys! Great lib you are buiding here!
As far as I understood it is possible to use @StorIOSQLiteCreator annotation only on Kotlin primary constructor. In my case I have Parcelable data class with some but not all fields to be stored in db. I wonder if there is an option to create secondary kotlin constructor for storio that would use full list of stored fields or use primary constructor but not annotate some fields with @StorIOSQLiteColumn
The text was updated successfully, but these errors were encountered:
Hey, guys! Great lib you are buiding here!
As far as I understood it is possible to use @StorIOSQLiteCreator annotation only on Kotlin primary constructor. In my case I have Parcelable data class with some but not all fields to be stored in db. I wonder if there is an option to create secondary kotlin constructor for storio that would use full list of stored fields or use primary constructor but not annotate some fields with @StorIOSQLiteColumn
The text was updated successfully, but these errors were encountered: