Hey Guys, is it possible in kotlin to limit the sc...
# android
b
Hey Guys, is it possible in kotlin to limit the scope of a MutableLiveData<String> to some @StringDef
3
I tried doing doing this but Studio gives error
m
Why use a string def instead of just an enum or sealed class?