I have a question about redux-kotlin library. Why ...
# redux
r
I have a question about redux-kotlin library. Why is state defined as
Any
and not as a type parameter of
Store
?