Hi, i have upgraded my current Android application...
# koin
t
Hi, i have upgraded my current Android application to v4.0.0 as shown here
โœ… 1
Copy code
koin-bom = { module = "io.insert-koin:koin-bom", version.ref = "koin-bom" }
koin-core = { module = "io.insert-koin:koin-core" }
koin-android = { module = "io.insert-koin:koin-android" }
koin-startup = { module = "io.insert-koin:koin-androidx-startup" }
di-koin-compose = { module = "io.insert-koin:koin-androidx-compose" }
koin-bom = "4.0.0"
this was over 7 days ago, everything build fine worked as required, until today when i get intermittent build errors such as this...
image (3).png
if i clean and build this exception "usually" goes away.... only to reappear later.... what have i done wrong? i do not understand how it can build fine for almost a week and "suddenly" start to fail... is anyone else expeirencing similar issues with v4.0.0?
e
Are you behind firewall or you have own maven repository?
t
no, nothing like that, also why is the issue intermittent?
ive a feeling it sthe "bom" causing the issue ๐Ÿ˜ž
e
We use bom also - nothing like we have
w
are you applying the platform in your gradle file?
t
yes, i just removed the usage of the bom to see what happens and if that resolves the issue
like I said, my project "mostly" builds fine, then just today the builds fail, i clean and rebuild and it builds ok again ๐Ÿ˜„
e
Ah you just added bom
Don't forget to remove versions from toml
how do you define them?
t
i think you have misunderstood . I was employing the koin bom however i haved removed it now to see it that makes any difference ๐Ÿ˜„
k
Hey @Tower Guidev2, did removing the bom fix the issue?
๐Ÿ‘ 1
t
yes ๐Ÿ˜„
๐Ÿ˜… 1