Does anyone know if I need to do a database migrat...
# android
m
Does anyone know if I need to do a database migration with ROOM when changing a data class variable from val -> var?
h
depends on the usecase. I don’t think there is a rule that variables should be var.
m
The answer is no i didn't have to