any tutorial for adding Room with Koin in a compos...
# koin
p
any tutorial for adding Room with Koin in a compose desktop multiplatform app? It's very complex, supposedly I need to separate things betwen commonMain and desktopMain but I can't find a guide with steps for doing it
a
not such sample demo in Koin repo. @John O'Reilly do you have a compose desktop app with room integration?
j
small article about it here (though instructions might have been updated a little since then) https://johnoreilly.dev/posts/jetpack_room_kmp/
🔥 2
a
thx @John O'Reilly