Hi~ when i add `accompanist-coil` into my project,...
# compose
d
Hi~ when i add
accompanist-coil
into my project, then i get the error as below. when i remove
accompanist-coil
it be normal. https://github.com/google/accompanist/blob/main/coil/src/main/java/com/google/accompanist/coil/Coil.kt source code not impact material.Icon. any help?
Copy code
java.lang.NoSuchMethodError: No static method tint-DxMtmZc$default(Landroidx/compose/ui/graphics/ColorFilter$Companion;JLandroidx/compose/ui/graphics/BlendMode;ILjava/lang/Object;)Landroidx/compose/ui/graphics/ColorFilter; in class Landroidx/compose/ui/graphics/ColorFilter$Companion; or its super classes (declaration of 'androidx.compose.ui.graphics.ColorFilter$Companion' appears in /data/app/~~rC5M8DLnJ6EY6tCg5iwZHA==/-5G-RVV84VHN6mftce6JYCQ==/base.apk) at androidx.compose.material.IconKt.Icon-ww6aTOc(Icon.kt:119)
c
Sounds like you need to update your Accompanist and/or Compose to the matching versions
👍 1