guys, when creating a RoomEntity, you can use kotlin data classes with vals and room will use the constructor. but if you have a custom type requiring a Converter, you cannot use vals but need vars. is this supposed to be right, or just a bug?
s
s.luhmirins
08/21/2017, 7:02 AM
was not the case a month ago.
s.luhmirins
08/21/2017, 7:04 AM
make sure you have those converters JvmStatic and registered