-
Currently we are using retrofit for making network calls to replicate.com. While this works, it is not purely a Koltin library and does not support platforms like kmm.
-
Do you have plan on supporting Kotlin multiplatform Mobile (KMM)?
-
Dear moko team, first of all, Thank you for your hard work for the KMM community.
While working on a KMM project, I noticed that the permissions state request functionality seems broken, requesti…
-
Hey, do you have plans to add the Facebook sign-in option as well? Would be a very useful addition as I don't see anything in the KMM world supporting it so far. If it's planned, any ETA on the implem…
-
Hello @Zhuinden, is there a plan to add support for KMM given recent news about jetpack compose being supported by KMM now and simple-stack already supporting compose-only navigation it would be kind …
-
Hello,
i extracted a .Jar file from my kmm library, how can i use that .Jar file in another KMM project.
when i include it it appear with the files included in it. but when i try to use the classes…
-
## Summary
Hi I'm working on a Kotlin Multiplatform project, is this SDK intended to be extended to support iOS/Apple?
-
When running the example code from a KMM Framework my iOS App crashes with the following Exception:
```
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[SocketW…
-
Unless you're doing something special here, you can use [`std::rel_ops`](https://cplusplus.com/reference/utility/rel_ops/) to do this.
-
Would be really nice to provide an actual app showcasing some features like auth, firestore using this project