appwrite / sdk-for-kotlin

[READ-ONLY] Official Appwrite Kotlin SDK ๐Ÿ’™๐Ÿงก
https://appwrite.io
BSD 3-Clause "New" or "Revised" License
80 stars 13 forks source link

๐Ÿš€ Feature: Migrate SDk to Support to KotlinMultiPlatform #12

Open Shabinder opened 3 years ago

Shabinder commented 3 years ago

๐Ÿ”– Feature description

Migrate lib to KMP structure and replace following:

to support multiple targets like, Android, JVM, IOS, maybe Native too(for MacOS, Windows, Linux).

Are you open to PRs for same ?

๐ŸŽค Pitch

why keep kotlin sdk only scoped to jvm, Kotlin Targets more platforms.

๐Ÿ‘€ Have you spent some time to check if this issue has been raised before?

๐Ÿข Have you read the Code of Conduct?

christyjacob4 commented 3 years ago

@Shabinder Yes this is a great idea and we are open to PRs for this! :D In order to start, you'll need to take a look at our sdk-generator repo which is where the SDK code gets generated from.

If you need any help, feel free to reach out to us on Discord! :D

JamshedAlamQaderi commented 5 months ago

Hi, is this still under development. I also want to help on this to make this available to kotlin multiplatform

maeddin commented 5 months ago

Isn't this SDK designed for admin access, not end device access? So shouldn't there be a separate SDK for KMP?