<https://search.maven.org/search?q=io.insert-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