Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kotlin-multiplatform

ktor dependencies not resolved in ios module of multiplatform project

Parse a JSON array into Map<String, String> using Kotlinx.serialization

Is there a way to use Firebase (Authentication) with Kotlin Multiplatform?

Sqldelight database schema not generated

Read/Write file in kotlin native - IOS side

How to make a delay in Kotlin Multiplatform (pure kotlin)

SerializationException: can't locate argument-less serializer

How to determine build type in kotlin-multiplatform project

Kotlin Multiplatform : Plugin [id: 'com.android.library'] was not found

Kotlin-multiplatform: How to execute iOS unit tests

"Unresolved reference: NativeSqliteDriver" for sqldelight added to ios source set

Kotlin native interop linker could not find framework

Spaces in test method names when targeting multiplatform

What's the different between native-mt and normal kotlin coroutine lib?

How to apply -Xopt-in=kotlin.ExperimentalUnsignedTypes to all subprojects?

Kotlin multiplatform: kotlinx.coroutines.test library not visible in commonTest module

How to convert Kotlin ByteArray to NsData and viceversa