skydoves / sandwich

🥪 Sandwich is an adaptable and lightweight sealed API library designed for handling API responses and exceptions in Kotlin for Retrofit, Ktor, and Kotlin Multiplatform.
https://skydoves.github.io/sandwich/
Apache License 2.0
1.49k stars 103 forks source link

Any Roadmap to Support Kotlin Multiplatform? #270

Closed gusdoe closed 4 months ago

gusdoe commented 4 months ago

Is your feature request related to a problem?

No

Describe the solution you'd like:

Sample apps using KMM or KMP application with Hilt and ktor.

Describe alternatives you've considered:

Nil

skydoves commented 4 months ago

Hey @gusdoe, sandwich already supports KMP for sandwich, sandwich-ktor, sandwich-ktorfit, pakcages.

gusdoe commented 4 months ago

Thank you for your prompt answer!