JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
15.99k stars 1.16k forks source link

[resources] Check cached deferreds and drop them if they are cancelled. #4819

Closed terrakok closed 4 months ago

terrakok commented 4 months ago

Before the fix we could cancel a coroutine and the cancelled deferred was saved in cache.

Release Notes

Fixes - Resources