Hi, is enable use a Room in KMP with native UI ? O...
# multiplatform
j
Hi, is enable use a Room in KMP with native UI ? Or which DB do you recommended me? I know it is posible to use with composable shared UI but I am looking for something with native UI 🙂 thank you for any answer!
s
Room (and any other non-Compose library) doesn't care what UI you're using So yeah, you can use it with native UI, or even no UI (e.g. on a server or script)
👆 1
❤️ 2
k
An alternative could be SQLDelight, has a good approach to manage DB. Reference: https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-ktor-sqldelight.html