-
I started to add coil 3 to [my open source sample](https://github.com/razaghimahdi/Shoping-By-KMP), but i get this :
java.lang.IllegalStateException: Unable to create a fetcher that supports: https:…
-
**Describe the bug**
I was using 0.1.2 before and now as soon as I upgrade to 0.1.6 app Crashes
The ktor version I am using in my project is 2.3.12
If I downgrade Ksoup back to 0.1.2 everything …
-
**Describe the bug**
Why does coil access the disk on main thread when displaying a picture via a fileUri ?
I have strictmode enabled and I found it out via the logs.
I just take a uri of a ta…
-
**Describe the bug**
7 non-fatal events in Firebase Crashlytics: _**Non-fatal Exception: coil.network.HttpException HTTP 504: Unsatisfiable Request (only-if-cached)**_
**To Reproduce**
Unknown
…
-
Given that okio went multiplatform already, and okhttp is slowly [going](https://github.com/square/okhttp/issues/4723) towards that direction, would it be possible for Retrofit to go multiplatform som…
-
**Please complete the following information:**
- Library Version 2.3.8
- Affected Device(s): All
**Describe the Bug:**
When I add ` implementation("com.github.skydoves:landscapist-coil3:2.3.8")…
-
With a simple sample such as:
```kotlin
val richTextState = rememberRichTextState()
LaunchedEffect(html) {
richTextState.setHtml(html)
}
RichText(
state = richTextState,
modifier…
-
**Describe the bug**
After migrating an Android library to KMP in order to support desktop, the only issue I'm facing is that images are not rendered when used in a Compose Desktop application. The a…
-
**Is your feature request related to a problem? Please describe.**
Loading a DrawableResource with coil will cause a crash.
```
val imageLoader = rememberAsyncImagePainter(
model = p…
-
**Describe the bug**
Using the new coil alpha-09 version with the ktor3 will getting this error log.
**To Reproduce**
Using this version and build will getting this error.
**Logs/Screenshots**…