Hello, is the Coil library supported in Kotlin Mul...
# multiplatform
e
Hello, is the Coil library supported in Kotlin Multiplatform? If no which one I could use for images???
z
Yes, Coil supports Kotlin Kotlin Multiplatform
e
Which version? Or from where should I get it? Cause i tried to put in the common dependencies, but it wasn't recognized and I got this error : Execution failed for task 'sharedtransformIosMainCInteropDependenciesMetadataForIde'.
Could not resolve all files for configuration 'sharediosMainResolvableDependenciesMetadata'.
> Could not find io.coil-ktcoil network2.4.0. Required by: project :shared
a
try io.coil-kt.coil3coil network okhttp3.2.0
e
thks...