You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 with Transformation.cacheKey.
BitmapPool and PoolableViewTarget 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?
The text was updated successfully, but these errors were encountered:
mori-atsushi
changed the title
Transformer is not compatible with coil 2 series
Transformer is not compatible with coil 2.0
Mar 2, 2022
Coil will make a big breaking change in 2.0.
Now, many
Transformation
for Coil, includingBlurTransformation
, throw anAbstractMethodError
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?
The text was updated successfully, but these errors were encountered: