python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Upgrade to coroutines 1.6.0 in Kotlin Multiplatform causes iOS crash in Scope.launchIn
I recently switched my Kotlin Multiplatform Android coroutines library from org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2-native-mt to 1.6.0 which I thought solved the threading issues in 1.5.x....
zetatlas
Votes: 0
Answers: 1
Serializer for class 'Any' is not found. Mark the class as @Serializable or provide the serializer explicitly
This is my code:
override fun mergeItem(key: String, value: String): StorageResult<Nothing> {
if (!ensureSetup()) {
return StorageResult.Failure("Setup failed"...
Anhdevit
Votes: 0
Answers: 0
kotlin mobile platforms Task 'Debug' not found in project ':shared'
I am trying to add kmm shared module to my ios/android app
however, I got this message from Xcode run
Showing Recent Messages
A problem occurred configuring project ':shared'.
> Could not identify ...
ASA
Votes: 0
Answers: 1
Getting 'Selected scheme "iosApp" does not support "iphonesimulator"' error for Kotlin Multiplatform
I am trying to run the initial example apps generated by the Kotlin Multi Platform Mobile plugin in Android Studio. I followed these steps for my environment setup. The Android Simulator runs correct...
Bill
Votes: 0
Answers: 4