<https://search.maven.org/search?q=io.insert-koin>
# koin
a
m
Any plans for 2.2.0?
a
there will a new patch 2.3.0 to fix back some breakings
👍 3
but Jetpack compose will go with 3.0.1 only
👍 1
e
@arnaud.giuliani will there be 3.0.1 versions of koin-androix-viewmodel and other android dependencies? I’m trying to add Jetpack compose to my project and running into build issues such as the IDE sees KoinComponent on the classpath, but when I assemble it’s not found.
a
3.0.1 is merging scope/viewmodel modules into the koin-android one
just use
koin-android
with 3.0.1
1
e
Thank you
👍 1