Relative Content

Tag Archive for kotlinkotlin-multiplatform

compose multiplatform apple sign in

I am currently working on implementing Apple Sign In using Kotlin Multiplatform Mobile (KMM) and Jetpack Compose Multiplatform. I have encountered an issue where the process gets stuck on the screen after the password input. Despite multiple attempts, I am not receiving any results or feedback in my logs, making it difficult to debug the problem.

compose multiplatform apple sign in

I am currently working on implementing Apple Sign In using Kotlin Multiplatform Mobile (KMM) and Jetpack Compose Multiplatform. I have encountered an issue where the process gets stuck on the screen after the password input. Despite multiple attempts, I am not receiving any results or feedback in my logs, making it difficult to debug the problem.

I cannot make a POST request with the Ktor library in Kotlin

I have a KMM library project in Kotlin, and I want to write a sendEvent function. The purpose of the function is to use an SSLPinner class to make a request to the server with the pinned HTTP client it obtains, and log the response to the terminal. Here is my code:

how to use ktor or networking in kmp web wasm project

I have downloaded the kmp project from kotlin wizard online everything works fine for mobile applications but when it comes to wasm web it does resolve dependencies here is the error :composeApp:wasmJsTest: Could not resolve io.ktor:ktor-serialization-kotlinx-json:2.3.7.
Required by:
project :composeApp

Modelling augmented filtered list Kotlin Compose Multiplatform

Background This is a Kotlin Compose Multiplatform Desktop toy I’m playing around with. I’m new to Kotlin (and Compose). Scenario I have a library filled with books. I have a view where users can specify a filter criteria and I list a subset of the entire library for them based on the filter. I would […]