-
**Describe the bug**
When changing from light to dark theme or vice versa, following error is thrown:
`KoinAppAlreadyStartedException: A Koin Application has already been started`
**To Reproduc…
Cuyer updated
2 months ago
-
![image](https://github.com/JetBrains/compose-multiplatform/assets/46594271/75359b1c-3d2e-4fdb-8107-97727719de2c)
Following the instruction in Compose-Multiplatform-Core/MULTIPLATFORM.md, I success…
-
**Describe the bug**
building [chat example](https://github.com/JetBrains/compose-multiplatform/tree/master/examples/chat) successed with `:desktopApp:run`, but fail with `:shared:runDebugExecutableM…
-
When using a stylesheet and an `if` statement, it seems that the recomposed content of the `if` statement is prepended to the existing content rather replacing it.
```kotlin
import androidx.compos…
-
**Describe the bug**
In a Kotlin multiplatform environment, there is an inconsistency between the tasks `koverVerify` and `koverVerifyJvm`.
Where running the latter, the coverage verification isn'…
-
**Describe the bug**
The composition is completely destroyed and recreated when the view controller goes through `viewDidDisappear` / `viewWillAppear`.
**Affected platforms**
- iOS
**Versions*…
-
**Describe the bug**
There are some differences with string parsing with compose when compared to official string resources on Android:
## 1. Format args
It is possible to pass format args to…
-
Is there any document for memory management/objects lifecycle ?
I'm trying to understand what's necessary to avoid memleaks when using compose multiplatform (specially on iOS side as it's not my …
-
**Describe the bug**
My projects use icons such as `Icons.Default.ArrowBack` in `androidx.compose.material`. Some of the icons have now been deprecated, containing a `replaceWith` to migrate to `Icon…
-
When playing an animation inside bottom sheet, a large amount of memory is allocated. This causes an application to crash with OOM error.
**Affected platforms**
- iOS
**Versions**
- Librarie…