What is the reasoning behind making koin-compose d...
# koin
z
What is the reasoning behind making koin-compose depend on androidx navigation? It brings in the androidx navigation library, even though I'm using a different implementation. I've been staying on a previous version that does not add androidx nav, but then I am losing bug fixes and new features. Could this be fixed?
👀 1
a
you mean seperate Compose from Android jetpack?
z
no, maybe the navigation stuff can be its own module. It works fine without the navigation so it should be just fine
x
if i'm using compose multiplatform, does this mean we can no longer use koin-compose given androidx-navigation is not multiplatform?
a
I’m working on it to make it work with KMP
and extracting the android side