<https://blog.shreyaspatil.dev/promise-compose-compiler-and-imply-when-youll-change>
s
g
Do you know why a data class with only immutable
val
is not considered as immutable by default?
1
s
Maybe because compiler can't detect whether class is data class or not
g
I have some doubts, since KSP provide this information, pretty sure Compose should have access too. 🤔