Hello. Do you know any library of observable data ...
# android
m
Hello. Do you know any library of observable data structures that can be used on both JVM and Android?
j
What about kotlin's own Flow types
2
☝️ 2
m
I'm using Flows for replacing single-value observable properties. Observable collections usually offer a finer degree of notifications on changes, though.