-
**Describe the bug**
The `userScrollEnable = false` is to prevent users from sliding and switching between pages on a Pager, allowing switching between different pages to be completely controlled by …
-
## Improve official documentation
I think that one of the most difficult things to start with Compose Multiplatform is to find a standard guide where all the necessary concepts are applied to creat…
-
**Describe the bug**
A clear and concise description of what the bug is.
**Affected platforms**
- Desktop (Windows, Linux, macOS)
- iOS
- Web (K/Wasm) - Canvas based API
- Web (K/JS) - C…
-
I have a Kotlin Multiplatform project. The file tree loks like this:
```
/shared
/androidApp
/desktopApp
```
While the shared depencenies has that:
```kotlin
kotlin {
jvm() // Targe…
-
**Describe the bug**
In the compose multiplatform project, using koinNavViewModel() to create a ViewModel will cause a crash on Android, it is normal on iOS and desktop.
```
FATAL EXCEPTION: main…
-
### Library information:
- Version: [e.g. 2.6.0-alpha02]
- View or Compose module: [e.g. Compose Module] Multiplatform
### Describe the bug**
The moment, I integrate this library with my multi…
-
**Please complete the following information:**
- Library Version 2.3.8
- Affected Device(s): All
**Describe the Bug:**
When I add ` implementation("com.github.skydoves:landscapist-coil3:2.3.8")…
-
I am curious to know if there are any plans to add support for deep linking on iOS soon.
**Note:**
As I am in the process of developing my first application using Compose Multiplatform, having dee…
-
**Describe the bug**
Task :shared:linkPodDebugFrameworkIosSimulatorArm64
warning: Cannot infer a bundle ID from packages of source files and exported dependencies, use the bundle name instead: share…
-
https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-navigation-routing.html
Adding Navigation Compose library
Experimental navigation library
The common navigation library, based …