Hi <@UBTGMFRCZ>, Just check with you… I can get yo...
# compose
e
Hi @cb, Just check with you… I can get your
implementation "dev.chrisbanes.accompanist:accompanist-coil:0.6.0"
from
mavenCentral()
. But I cannot get
0.10.0
from there. Which repo should I get it from? Thanks!
n
the name has changed :
Copy code
implementation "com.google.accompanist:accompanist-coil:$accompanist_version"
🙏 1
c
Here's the migration docs: https://google.github.io/accompanist/coil/migration-coilimage/ You might want to update to
0.9.0
first as that is the last release which contains the replacement code.
🙇 1
e
Thanks @nitrog42 @cb 🙏 Hi @cb, version 0.9.0 is much better for me… However I assume I will have to use compose version
1.0.0-beta06
right?
l
@elye What is "much better" for you, and compared to what?
e
I mean easier to migrate my code over, as my code is using the older way of dev.chrisbane library way of coding. Migrating over to 0.10.0 will have to makes lots of change.
l
Ah, yes it's often best to go step by step for breaking upgrades.
🙏 1