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
arnaud.giuliani
12/19/2022, 6:02 PM
you mean seperate Compose from Android jetpack?
z
zt
12/20/2022, 2:33 AM
no, maybe the navigation stuff can be its own module. It works fine without the navigation so it should be just fine
x
xxfast
12/22/2022, 4:10 AM
if i'm using compose multiplatform, does this mean we can no longer use koin-compose given androidx-navigation is not multiplatform?