FutureMind / koru

Simple coroutine wrappers for Kotlin Native. Generated from annotations. Compatible with RxSwift, Combine, async-await.
MIT License
213 stars 17 forks source link

Include (or link to) sample app #6

Closed ankushg closed 3 years ago

ankushg commented 3 years ago

It would be great if you could include a sample app that uses all of the features of this utility.

Would help with documentation since you can point to real usages, and it could serve as a full integration test as well.

micHar commented 3 years ago

Absolutely! I will probably not include the whole example here, because kmm projects are very verbose - a shared module, an android module and ios app dir. Instead I'm planning to post a separate repo but I want to write a corresponding article as well. Just need a bit of time for that.

ankushg commented 3 years ago

Makes sense -- I knew it must be in the pipeline somewhere, just wanted to file an issue so I could follow it and check it out once it's published 😉

micHar commented 3 years ago

Here it is: introductory article and example repo. Enjoy :)