MVICore icon indicating copy to clipboard operation
MVICore copied to clipboard

Example for KMP

Open atonamy opened this issue 6 years ago • 2 comments

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.

atonamy avatar May 24 '19 16:05 atonamy

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.

zsoltk avatar May 25 '19 01:05 zsoltk