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
Skaldebane
02/13/2025, 12:54 AM
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)