kmm-networking-and-data-storage
kmm-networking-and-data-storage copied to clipboard
Hello @KaterinaPetrova As you mentioned [here](https://github.com/kotlin-hands-on/kmm-networking-and-data-storage/issues/3#issuecomment-729806511) i try to checking out "final" branch. Project is well synching, but after execute "build" from android studio any serializable annotation is missing, if...
Hi: First some context. I tried to run the demo using the current version of Android Studio (2021.2.1 Patch 1 built on May 18, 2022), Kotlin (Android studio won't display...
I'm trying to follow the steps from the tutorial, however It throws an error when trying to build the project after I added the dependencies. I double checked and they...
`swiperefreshlayout` dependency is added twice in `androidApp/build.gradle.kts`:
Upon cloning this project and opening in Android Studio, version Bumblebee 2021.1.1, an error is thrown during gradle sync. The error looks like this: " When I select "Cancel (and...
Came here to finding a working example of importing Ktor into a shared KMM module (e.g. in commonMain) after spending hours with the tutorial and docs and trying multiple combinations...
Do please consider adding unit tests to the project as well as the hands on codelab.
why not we cancel the request Task on IOS ? is that going to lead to memory leak ``` override fun onDestroy() { super.onDestroy() mainScope.cancel() } ```