D-KMP-sample icon indicating copy to clipboard operation
D-KMP-sample copied to clipboard

D-KMP Architecture official sample: it uses a shared KMP ViewModel and Navigation for Compose and SwiftUI apps.

Results 8 D-KMP-sample issues
Sort by recently updated
recently updated
newest added

When setting up Navigation deeper then Level 2 on iOS, it stops working. As soon as a Level 3 screen is opened, the Navigation jumps back to Level 1. On...

When trying to run the Android project I get the following error `Could not HEAD 'https://kotlin.bintray.com/kotlinx/org/jetbrains/compose/runtime/runtime/1.0.1-rc2/runtime-1.0.1-rc2.pom'. Received status code 502 from server: Bad Gateway`

Fantastic framework, loving it thanks!! Could you include a sample on how to get result from another view? E.g.: From the Country detail screen, I would have a button that...

When trying to build the Android app I get the following error: ``` Could not resolve io.ktor:ktor-client-js:1.6.0. Required by: project :shared ``` Android Studio Arctic Fox 2020.3.1, KMM Plugin 0.3.0

Every time when opening the project it takes an average of 15 minutes, do you have any tips? ![image](https://user-images.githubusercontent.com/11969592/140667756-8340ecc2-5fde-46a5-b596-23eb145674bb.png)

Getting all kinds of issues after running for the first time. Is there a chance for this repo to be updated? It seems sooo nice!

``` > Task :shared:runCommonizer Download https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-v1.22.10.tar.gz Failed building KotlinMPPGradleModel org.gradle.internal.operations.BuildOperationQueueFailure: There was a failure while ``` Really unsure this is my internet connection or not, but it already 1h and...

* Add android proguard with a rule that was needed to build * Remove `runBlockingTest` use `kotlinx.coroutines.test.runTest` * Return Job from addScreenToBackstack to allow tests to wait for addScreenToBackstack to...