VM
@ColumnInfo(name = "last_updated")
val lastUpdated: Date?
error: Cannot figure out how to save this field into database. You can consider adding a type converter for it.
private final java.util.Date lastUpdated = null;
так понимаю в самой базе должен делать преобразование?