-
Hi,
I've been using Voyager Navigation library for a couple of weeks in my Compose Multiplatform app.
Here is how I'm initializing it:
```
BottomSheetNavigator(
modifier = modifier.fillMa…
-
### Description
HI
I am getting many more below crashes reported on firebase
Exception Type: SIGTERM
Exception Message: Crashed: com.apple.main-thread
Symbol: __CFRunLoopServiceMachPort
th…
-
I use StateFlow list and collect it into State compose, sometimes after list updates i got this crash.
```
Last Exception Backtrace:
0 Shared 0x104c1d610 ThrowNullPointe…
-
**Description**
Upon creating a new project from the [
compose-multiplatform-ios-android-template](https://github.com/JetBrains/compose-multiplatform-ios-android-template) and trying to run the iosA…
-
checks:
- stars > 10
- not archived
- has `package.json`
- has `package-lock.json`
- hasn't `yarn.lock`
- hasn't `pnpm-lock.yaml`
- `package-lock.json` was updated less than 6 months ago
- is …
-
**Describe the bug**
Tried out turning the Gradle configuration cache again with Kotlin 1.9.20-Beta2 (since that apparently fixes most of the K/N issues), but it looks like the `syncComposeResourcesF…
-
Appears the incorrect build target is used.
When attempting to import a iOS dependency such as:
```swift
import UIKit
```
The following output occurs:
```
:0: warning: using sysroot for 'iP…
-
- [x] I have read the [Getting Started](https://www.zegocloud.com/doc/callkit/Call%20Kit/main/Quick%20start/b26d509e) and [Getting Started(with call invitation)](https://www.zegocloud.com/doc/call…
-
**Describe the bug**
When using a WkWebView inside a UIKit view without setting a fixed height using `Modifier.height()` inside a LazyColumn Item, it is not displayed
When a fixed height it set, it …
-
**Describe the bug**
Why there is a intermedia path "compose-resources" of UIKitResourceImpl , that makes files should be placed under it then to be read. I think the file path should be consistency…