Hi, All. I would like to share <an example of Kotl...
# multiplatform
h
Hi, All. I would like to share an example of Kotlin Multiplatform library focusing architecture on multiplatform targeting Android, Ios, JVM backend It provides the feature below
- Sharing API interface by client, backend. (it’s just like function.)
- Sharing ViewModel by Android, Ios
- Multiple api call by a single call
- Deeplink on Multiplatform
- Sign-in, OAuth with simple configuration.
It uses the framework or library below
- Jetpack compose
- Swiftui 2.0
- Ktor
- SqlDelight
- Kotlin Compiler plugin api(to generate source code for annotation)
I was fascinated by Kotlin Multiplatform and implemented the idea above. I’ll be grateful if someone advise or give feedback if this approach is fine or not Thanks
🙌 5
👏 4