-
**Describe the bug**
I'm using Coil3 in a Compose Desktop only project. I created a custom fetcher to load images from a SQLite db. Sadly when recomposing, the image is fetched again instead of bei…
-
**Describe the bug**
After switching to Coil 3.0.0 the R8 task fails with the following error:
```
12:07:37 ERROR: Missing classes detected while running R8. Please add the missing classes or ap…
-
**Describe the bug**
I'm fetching images from an API, downloading them to internal storage, and then using Coil3 to display them. However, some images randomly appear blank (there is no issue with th…
-
### Steps to reproduce
The easiest reliable reproducer I have found for this issue is
1. Close the app fully via the app switcher
2. Open it and hit the `People` filter
3. Observe that some of the…
-
E:\AndroidProjects\Mounty\app\build\generated\source\kapt\debug\com\mounty\camper\Hilt_Mounty.java:20: error: cannot find symbol
return DaggerMounty_HiltComponents_SingletonC.builder()
…
-
**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 …
-
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**
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…