Do you know how distinctUntilChanged() works in Kotlin flows? 🤔💡
- Nikolay Miroshnychenko

- Apr 13, 2024
- 1 min read
This is the answer to the challenge that I posted a couple of days ago.
DistinctUntilChanged() can be a bit confusing because we can configure it to work in a different way and also StateFlow essentially has it by default.






















Comments