badoo / MVICore

MVI framework with events, time-travel, and more
https://badoo.github.io/MVICore/
Other
1.27k stars 90 forks source link

Example for KMP #83

Open atonamy opened 5 years ago

atonamy commented 5 years ago

In the description it stated that is 100% Kotlin, but in the examples I see dependencies on RxJava. Where I can have a look pure Kotlin example that could be suitable for Kotlin Multiplatform project? Ideally if this example can demonstrate how to use MviCore between iOS and Android.

zsoltk commented 5 years ago

100% Kotlin as in the library code itself is not written in Java (when we started on the project this was not that common as maybe nowadays).

RxJava is still a dependency.

However, we are developing https://github.com/badoo/Reaktive too. We have plans to migrate when it reaches stable version, as we'd also love to use MVICore on other platforms.