Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin-multiplatform

Can't set up a KMM project in android studio for the first time

KMM iOS mismatch type ChallengeHandler

Handling Exception in HttpClient Ktor

Kotlin multiplatform: Accessing build variables in code

Kotlin multiplatform check execution platform within common code

Kotlin multiplatform: How to start coroutine blockingly without runBlocking

Kotlin Multiplatform Mobile can't find klib package

In Kotlin Native, how to keep an object around in a separate thread, and mutate its state from any other thead without using C pointers?

Publish kotlin multiplatform library to Maven Central (InvalidMavenPublicationException multiple artifacts with the identical ...)

kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen kotlin.collections.HashMap@3ee0f08 in KMM iOS

Ktor client Auth feature does not sending Authorization header

How can I get Locale and Language from the device, with Kotlinmultiplatform

kotlin-multiplatform

Parsing an error body in a ktor HTTPClient

How to pass bytes from Swift (iOS) to Kotlin common module?

KMM on iOS: There is no event loop. Use runBlocking { ... } to start one

Calling Kotlin suspend functions from Swift/Objective-C is currently supported only on main thread

Cannot access fixedRateTimer in Kotlin Multiplatform

How to make my JS tests appear in Kotlin Multiplatform project