badoo / MVIKotlin

Extendable MVI framework for Kotlin Multiplatform with powerful debugging tools (logging and time travel), inspired by Badoo MVICore library
https://arkivanov.github.io/MVIKotlin
Apache License 2.0
825 stars 66 forks source link

Try to allow Stores with same names when using time travel #284

Closed arkivanov closed 2 years ago

arkivanov commented 2 years ago

Currently TimeTravelController throws "Duplicate store" exception when another Store with same is registered. Let's try to remove this restriction.