-
### Description
LeakCanary is not working with ViewModel 2.8, causing crash
### Steps to Reproduce
1. Have a working project with LC 2.14 and ViewModel 2.7
2. Upgrade to VM 2.8
3. Observe c…
Pitel updated
4 months ago
-
It seems the current milestone release doesn't support compose navigation, which is very useful for any non-trivial application - https://developer.android.com/jetpack/compose/navigation
-
KMM-ViewModel 1.0.0-ALPHA20
Kotlin Multiplatform 1.9.23
When using KMM-ViewModel, I have a crash in XCode Preview:
```
== PREVIEW UPDATE ERROR:
CrashReportError: Fatal Error in Observable…
-
**Describe the bug**
**Affected platforms**
Select one of the platforms below:
- iOS
**Versions**
- Kotlin version*: 1.8.20
- Compose Multiplatform version*: 1.4.0
**To Reproduce**
```…
eymar updated
2 months ago
-
https://github.com/JetBrains/compose-multiplatform/issues/3899
https://github.com/JetBrains/compose-multiplatform/issues/3521
-
Hi, as per our conversation, I am creating this issue here.
Seems like this issue happens inside `AnimatedAutoScrollContainer`. Also, I don't know how to reproduce the issue for now but let me kno…
-
-
Hi there! I want to say that i love this library and use it in all of my KMP projects :).
There is one thing i run into quite often that i would like some improvement on and i would like to know wh…
-
- can no longer use `DefaultPreviews`
- Preview works with Compose Multiplatform IDE Support plugin, but doesn't support uiMode
- [x] #527
- [x] #501
- convert to kmp:
- [x] #522
- we can no-…
-
Hi
Is it possible to make a viewmodel that can be used for compose multiplatform and also be available using `injectViewModel()` inside composable functions?