-
Hello, I tried to use the `WheelDatePicker` component in my compose multiplatform project, but when I open the respective screen my app crashes with the stacktrace mentioned below.
I am using Kotli…
-
オンボに関しては初回起動時だけ表示する想定なので一旦後回しでも作業に支障はなさそうなので飛ばす
このissueのスコープはボトムナビゲーション経由でホーム画面、ランキング画面、自分の記録画面、設定画面の間の画面遷移を作成すること
-
**Describe the bug**
I have an issue with a common ViewModel and navigation in my Compose Multiplatform application. The ViewModel is initialized in the common main:
`val headlineViewModel = vie…
-
**Describe the bug**
Following the [Testing Compose Multiplatform UI](https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-test.html) article, I decided to reintroduce the UI tests in …
-
**Describe the bug**
when I run my app with desktop, desktopRun -DmainClass=MainKt --quiet ,it build failed
```
java.lang.AssertionError: No such value argument slot in IrCallImpl: 1 (total=1)
…
-
**Describe the bug**
Compound emojis such as 👨👩👧👦 to a `TextField` aren't treated as a single symbol, as oppose to iOS native behavior. This affects deletion of such symbols and navigation using a…
-
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
-
**Describe the bug**
Not able to share resource files with shared module with CocoaPods:
```
version = "1.0"
summary = "Some description for a Kotlin/Native module"
homepag…
-
**Bug description**
When I want to include Navigation Compose for Compose Multiplatform, a build error is generated that looks like this:
Module "org.jetbrains.compose.foundation:foundation" has a r…
-
It would be nice if rememberSaveable in the browser would use something like the browser's sessionStorage API so the state is saved across tab refreshes, browser restarts, etc...
It's questionable …