-
Notifications
You must be signed in to change notification settings - Fork 20
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
KMP Support ? #15
Comments
My main target which I am missing is JVM, as Android and JVM are almost similar with some changes we can port this SDK to KMP targeting various platforms and maintain from a single codebase. |
Is there any news on this? Being an iOS developer who is dipping his toes into the world of KMP and AppWrite I would love to be able to use this in a multiplatform app. |
Updates? |
I'll be investigating the feasibility of this for a future version now that KMM has reached beta 👌 |
Any updates ? |
I can contribute too |
Is anyone working on this issue? This doesn't looks like a too complex task, is it better to contribute a fix to sdk-generator? |
@enfipy This is not actively being worked on, pull requests are welcome and yes, |
Any updates here? Kotlin Multiplatform is becoming the standard. |
Refactor Current SDK and dependencies like,
okHttp -> Ktor,
GSON -> Kotlinx.serialization
and add support for more targets which Kotlin can support like JAVA, android, Native, JS and even IOS if you want all from a single codebase, hence maintaining and adding new Features will be easier too,
and I will love to contribute too...., maybe in near future when I get some time at my hand.
The text was updated successfully, but these errors were encountered: