Milosz Moczkowski
Milosz Moczkowski
Just a small cleanup after moving fake data to json files: 1. Remove `FakeDataSource`, it's not needed anymore 2. Rename `data.json` to `news.json` for consistency 3. Add `ExperimentalSerializationApi` to remove...
* Add link to modularization sample * Remove link to usecase sample
**Cause:** Coroutine Launched Outside Side Effect in `rememberAsyncImagePainter` **Description:** I have identified a bug in the Coil Compose library that appears to originate from the `rememberAsyncImagePainter` composable function. The bug...