Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example for KMP #83

Open
atonamy opened this issue May 24, 2019 · 1 comment
Open

Example for KMP #83

atonamy opened this issue May 24, 2019 · 1 comment
Labels
question Further information is requested

Comments

@atonamy
Copy link

atonamy commented May 24, 2019

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
Copy link
Contributor

zsoltk commented May 25, 2019

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 zsoltk added the question Further information is requested label Jun 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants