-
I created sample project like your project. After run ios app in ContentView.swift:
**
> ![Screenshot 1402-02-06 at 13 05 47](https://user-images.githubusercontent.com/71515156/234536698-c577caa2-…
-
I'm using Koin with [moko-mvvm](https://github.com/icerockdev/moko-mvvm) for Kotlin Multiplatform project, I need to declare the ViewModel classes as common components but I'm unable to use the dsl `m…
-
rt
-
At compile time library is not found
Library version: 1.6.1
Platform: Mac M1
```
> Task :shared:compileIosMainKotlinMetadata FAILED
w: Could not find "org.jetbrains.kotlin.native.platform.lin…
-
### Local setup
- Kotlin Multiplatform `1.8.10`
- Kotlin Coroutines `1.6.4`
- KMM-ViewModel `1.0.0-ALPHA-4`
- KMM-NativeCoroutines `1.0.0-ALPHA-5`
### Description
I tried KMM-ViewModel with a …
-
Hi,
When I use `val phone = backStackEntry.path("phone")` in the scene, it shows me the following error for the path function:
`Cannot inline bytecode built with JVM target 11 into bytecode that is …
-
**Is your feature request related to a problem? Please describe.**
As the current compose artifact is published as an AAR, it will not work with Jetpack Compose for Desktop. (see https://github.com/J…
-
Hello when i'm triying to use :
`val string = SharedRes.strings.my_string.desc().toString(context = this) `
i'm getting this error :
`Cannot access 'dev.icerock.moko.resources.ResourceContain…
-
The library is not generating the correct @property for the defined StateFlow.
Is there a script or command that needs to be executed for the correct code to be generated?
-
Including the plugin and runtime
```kotlin
// build.gradle.kts
buildscript {
dependencies {
classpath(Arkivanov.parcelzieDarwinPlugin)
}
}
// module/build.gradle.kts
plugins {
id("…