Transformer is not compatible with coil 2.0
mori-atsushi opened this issue · 2 comments
mori-atsushi commented
Coil will make a big breaking change in 2.0.
Now, many Transformation
for Coil, including BlurTransformation
, throw an AbstractMethodError
and do not work with Coil 2.0.
At least the following two changes are required.
Transformation.key
is replaced withTransformation.cacheKey
.BitmapPool
andPoolableViewTarget
have been removed from the library.
Since Coil 2.0 is alpha, it may changes until the stable release.
Can I make a Pull Request?
wasabeef commented
@mori-atsushi
Thank you for teaching me about that. if you make the PR, I'll check that.
Qdafengzi commented
update time ?