guys, when creating a RoomEntity, you can use kotl...
# android
m
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
was not the case a month ago.
make sure you have those converters JvmStatic and registered