fix(common): ConcurrentModificationException when generating mod sets config screen
fix #6
The kotlin flow emit won't waiting for subscribers collected. https://github.com/Kotlin/kotlinx.coroutines/issues/2603
So, switching to onEach
so that the loading is complete when emitted