You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: