https://kotlinlang.org logo
#koin
Title
# koin
p

pitpit

09/30/2022, 8:56 AM
Hi I’ve got a build failed with Koin 3.2.0 and 3.2.1 with Android Gradle Plugin 7.3.0. We have dynamic feature into the app during the bundleRelease, it’s failed because module is founded into base and dynamic module. In simple application without koin it’s ok but not works with koin or hilt.
a

arnaud.giuliani

09/30/2022, 9:49 AM
Interesting. But I don’t see why Koin would make your build failed 🤔
can you extract a minimal project?
3 Views