Room has just started shipping as a Kotlin Multiplatform library!
Check out the docs:
https://developer.android.com/kotlin/multiplatform/room
And the official sample:
https://github.com/android/kotlin-multiplatform-samples/tree/main/Fruitties
Room has just started shipping as a Kotlin Multiplatform library!
Check out the docs:
https://developer.android.com/kotlin/multiplatform/room
And the official sample:
https://github.com/android/kotlin-multiplatform-samples/tree/main/Fruitties
@gakisstylianos We are aware of the challenges with Swift interop around things like coroutines and generics, and we're actively working on direct Swift export (so that you avoid the issues of the Objective-C bridge).
In the meantime, the community-provided solutions are certainly the best way to go.