-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I am trying to integrate this library into an existing project with the following declared as a dependency since I use both compose and regular xml in the project and explicitly use the Markwon librar…
-
**Describe the bug**
i have previously reported an issue regarding mixing of "normal" koin for android views and koin for compose [here](https://github.com/InsertKoinIO/koin/issues/1362)
as the issu…
-
We use a non-Material design system with compose-richtext, and the 1.0 series is pulling in a large number of dependencies that we don't need. We don't use image or HTML features, as we already have a…
-
I'm using `implementation "com.github.bumptech.glide:compose:1.0.0-beta01"`.
When I set the contentScale for GlideImage, the preview does not display the contentScale correctly. In the image below, t…
-
**Describe the bug**
The image is simply rendering nothing. There is nothing in the logs. When I remove the `dragAndDropSource` it works fine.
**To Reproduce**
``` kotlin
Box(
…
-
Migrate to Glide to Coil with better integration with Kotlin & Coroutines, and we can easily use Compose in the future.
https://github.com/coil-kt/coil
* * * *
- Tusky Version: 21
- [x] I se…
-
I would like to propose exposing a `rememberGlidePainter()` function that returns a `Painter` that fetches the remote image. This would behave similarly to how it works in Coil via `rememberAsyncImage…
-
The current state-of-the-art for image loading in Compose apps is the [Accompanist](https://github.com/google/accompanist) library, which provides a Compose wrapper around Coil and Glide APIs. We stil…