Anyone here successfully use Coil image library wi...
# webassembly
m
Anyone here successfully use Coil image library with wasmJs target?
👌 2
a
I have
m
Is there any specific setup I have to do to get it to work? My images are not loading (only on wasmJs).
Copy code
implementation("io.coil-kt.coil3:coil-compose-wasm-js:$coilVersion")
implementation("io.coil-kt.coil3:coil-network-ktor3-wasm-js:$coilVersion")
implementation("io.ktor:ktor-client-js-wasm-js:${ktorVersion}")
I tried adding these libraries but to no avail
Not sure why but it works now
a
hahaha