hi there is coil3 's SVG's supports Multiplatform...
# multiplatform
s
hi there is coil3 's SVG's supports Multiplatform?
Copy code
implementation("io.coil-kt.coil3:coil-svg:3.1.0")
i.e https://coil-kt.github.io/coil/svgs/#svgs
when I add this dep in commonMain it showing this weird error
Copy code
FAILURE: Build failed with an exception.

* What went wrong:
Could not resolve all dependencies for configuration ':pw-ui:debugAndroidTestCompileClasspath'.
Problems reading data from Binary store in /Users/suresh/.gradle/.tmp/gradle14728749011671975350.bin offset 0 exists? true
Problems loading the resolution results (0.0 secs). Read 825 values, last was: 5
Corrupt serialized resolution result. Cannot find selected component (101345) for runtime -> androidx.lifecycle:lifecycle-livedata:2.0.0
@Colin White ^
s
According to its sources, it is. Maybe it’s cached incorrectly in Gradle or so, resetting the Gradle cache might help. https://github.com/coil-kt/coil/tree/main/coil-svg/src
s
I have tried resetting the cache still didn't helped facing this since from a week.. so tried alternative library Kamel it helped as tentative solution.