DORSETRIGS
Home

kotlin-multiplatform (77 post)


posts by category not found!

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

Bridging the Gap Passing Bytes from Swift i OS to Kotlin Multiplatform Mobile KMM Kotlin Multiplatform Mobile KMM is a powerful tool for sharing code between i

2 min read 06-10-2024 57
How to pass bytes from Swift (iOS) to Kotlin common module?
How to pass bytes from Swift (iOS) to Kotlin common module?

Can not set path variable in mac for KobWeb

Frustrated with Setting Path Variables for Kob Web on Mac Heres the Solution Kob Web is a powerful tool for building web applications with Kotlin but getting st

2 min read 05-10-2024 39
Can not set path variable in mac for KobWeb
Can not set path variable in mac for KobWeb

using android libraries for desktop, compose desktop

Bringing Android Libraries to the Desktop Exploring Compose Desktop The Android ecosystem boasts a vibrant library landscape offering a treasure trove of tools

3 min read 05-10-2024 48
using android libraries for desktop, compose desktop
using android libraries for desktop, compose desktop

How to use ktor logging in kotlin multiplatform Moblie

Unleashing the Power of Ktor Logging in Kotlin Multiplatform Mobile Development Kotlin Multiplatform Mobile KMM offers a powerful way to share code between Andr

2 min read 05-10-2024 46
How to use ktor logging in kotlin multiplatform Moblie
How to use ktor logging in kotlin multiplatform Moblie

Pre populate database in KMM on iOS side using SQLDelight

Pre Populating Your Database in KMM on i OS with SQL Delight Problem You re working on a Kotlin Multiplatform Mobile KMM project and need to pre populate your d

2 min read 05-10-2024 32
Pre populate database in KMM on iOS side using SQLDelight
Pre populate database in KMM on iOS side using SQLDelight

How to call suspending function in class that implements an interface with non-suspending functions in Kotlin/JS

Bridging the Gap Calling Suspending Functions in Kotlin JS Interfaces Kotlins coroutines offer a powerful way to handle asynchronous operations but integrating

2 min read 05-10-2024 46
How to call suspending function in class that implements an interface with non-suspending functions in Kotlin/JS
How to call suspending function in class that implements an interface with non-suspending functions in Kotlin/JS

KMP - Compilation failed: Generation of stubs for class org.jetbrains.kotlin.ir.symbols.impl.IrTypeParameterPublicSymbolImpl is not supported yet

KMP Compilation Failure Generation of Stubs for Ir Type Parameter Public Symbol Impl The problem When working with Kotlin Multiplatform Mobile KMP projects you

2 min read 05-10-2024 33
KMP - Compilation failed: Generation of stubs for class org.jetbrains.kotlin.ir.symbols.impl.IrTypeParameterPublicSymbolImpl is not supported yet
KMP - Compilation failed: Generation of stubs for class org.jetbrains.kotlin.ir.symbols.impl.IrTypeParameterPublicSymbolImpl is not supported yet

Image Loading from URL in Compose Multiplatform

Loading Images from URLs in Compose Multiplatform A Comprehensive Guide Loading images from URLs is a common requirement in modern apps Compose Multiplatform wi

2 min read 05-10-2024 44
Image Loading from URL in Compose Multiplatform
Image Loading from URL in Compose Multiplatform

Seeking Practical Examples or Guidance on Navigation in Kotlin Multiplatform with Jetpack Compose Multiplatform

Navigating Through Your Kotlin Multiplatform App with Jetpack Compose Multiplatform Practical Examples and Guidance The world of Kotlin Multiplatform Mobile KMM

3 min read 05-10-2024 37
Seeking Practical Examples or Guidance on Navigation in Kotlin Multiplatform with Jetpack Compose Multiplatform
Seeking Practical Examples or Guidance on Navigation in Kotlin Multiplatform with Jetpack Compose Multiplatform

Kotlin Multiplatform Mobile (KMM) WebSocket code connecting twice on iOS

The Double Connection Dilemma Resolving Kotlin Multiplatform Mobile Web Socket Issues on i OS Introduction Kotlin Multiplatform Mobile KMM offers a powerful way

2 min read 05-10-2024 48
Kotlin Multiplatform Mobile (KMM) WebSocket code connecting twice on iOS
Kotlin Multiplatform Mobile (KMM) WebSocket code connecting twice on iOS

I cant find information about NFC in KMM

NFC in KMM Bridging the Gap Between Android and i OS The Problem Many developers using Kotlin Multiplatform Mobile KMM are eager to implement Near Field Communi

2 min read 04-10-2024 42
I cant find information about NFC in KMM
I cant find information about NFC in KMM

Can I use Mica material for a kotlin multiplatform app?

Can You Use Mica Material in a Kotlin Multiplatform App Kotlin Multiplatform Mobile KMM is gaining popularity as a way to share code between i OS and Android ap

2 min read 04-10-2024 35
Can I use Mica material for a kotlin multiplatform app?
Can I use Mica material for a kotlin multiplatform app?

"Unresolved reference error" in Kotlin Multiplatform Project when adding library

Understanding Unresolved Reference Error in Kotlin Multiplatform Projects When working with Kotlin Multiplatform Projects developers often encounter the Unresol

3 min read 29-09-2024 43
"Unresolved reference error" in Kotlin Multiplatform Project when adding library
"Unresolved reference error" in Kotlin Multiplatform Project when adding library

getOriginalKotlinClass returns null even though the class exists

Troubleshooting Why get Original Kotlin Class Returns Null Even When the Class Exists When working with Kotlin developers occasionally encounter issues that can

3 min read 28-09-2024 47
getOriginalKotlinClass returns null even though the class exists
getOriginalKotlinClass returns null even though the class exists

How to solve "org.koin.core.error.InstanceCreationException: Could not create instance for '[Singleton:']'" in Kotlin Multiplaform

Solving org koin core error Instance Creation Exception Could not create instance for Singleton in Kotlin Multiplatform If you are developing applications using

2 min read 25-09-2024 63
How to solve "org.koin.core.error.InstanceCreationException: Could not create instance for '[Singleton:']'" in Kotlin Multiplaform
How to solve "org.koin.core.error.InstanceCreationException: Could not create instance for '[Singleton:']'" in Kotlin Multiplaform

Reset of SwipeToDismissBoxState not working

Troubleshooting Swipe To Dismiss Box State Reset Issues in Jetpack Compose In the world of Android development utilizing Jetpack Compose to create user friendly

2 min read 25-09-2024 53
Reset of SwipeToDismissBoxState not working
Reset of SwipeToDismissBoxState not working

IndexOutOfBoundsException when deleting items in Kotlin Multiplatform Compose app

Understanding Index Out Of Bounds Exception When Deleting Items in a Kotlin Multiplatform Compose App Introduction In a Kotlin Multiplatform Compose application

3 min read 25-09-2024 63
IndexOutOfBoundsException when deleting items in Kotlin Multiplatform Compose app
IndexOutOfBoundsException when deleting items in Kotlin Multiplatform Compose app

Ktor Dependency Issue in Kotlin Multiplatform Project for Browser Target

Ktor Dependency Issue in Kotlin Multiplatform Project for Browser Target Kotlin Multiplatform projects allow developers to share code across different platforms

2 min read 23-09-2024 82
Ktor Dependency Issue in Kotlin Multiplatform Project for Browser Target
Ktor Dependency Issue in Kotlin Multiplatform Project for Browser Target

Implement Room db in a KMM project with WasmJs support

Implementing Room Database in a KMM Project with Wasm JS Support In recent years the Kotlin Multiplatform Mobile KMM framework has gained significant traction a

3 min read 22-09-2024 57
Implement Room db in a KMM project with WasmJs support
Implement Room db in a KMM project with WasmJs support

Downloading an image from a URL using Okio in Kotlin Multiplatform

Downloading an Image from a URL Using Okio in Kotlin Multiplatform In the world of mobile and cross platform development Kotlin Multiplatform is gaining tractio

3 min read 21-09-2024 50
Downloading an image from a URL using Okio in Kotlin Multiplatform
Downloading an image from a URL using Okio in Kotlin Multiplatform

Kotlin Multiplatform - wasm streaming compile failed: TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type

Understanding Kotlin Multiplatform and Resolving Web Assembly Compilation Errors When working with Kotlin Multiplatform developers may sometimes encounter issue

3 min read 21-09-2024 44
Kotlin Multiplatform - wasm streaming compile failed: TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type
Kotlin Multiplatform - wasm streaming compile failed: TypeError: Failed to execute 'compile' on 'WebAssembly': Incorrect response MIME type

Text with stroke or borders in jetpack compose

Creating Text with Stroke or Borders in Jetpack Compose Jetpack Compose is Googles modern toolkit for building native UI in Android One fascinating aspect of UI

2 min read 21-09-2024 41
Text with stroke or borders in jetpack compose
Text with stroke or borders in jetpack compose

@composable invocations can only happen from the context of a @composable function while work around lack of desktop support for moko:biometry-compose

Understanding Composable Invocations and Workarounds for MOKO Biometry Compose Desktop Support In Jetpack Compose the Composable annotation marks functions that

2 min read 21-09-2024 49
@composable invocations can only happen from the context of a @composable function while work around lack of desktop support for moko:biometry-compose
@composable invocations can only happen from the context of a @composable function while work around lack of desktop support for moko:biometry-compose

RuntimeError: Illegal cast in Kotlin Multiplatform with Decompose and Koin on Web/Wasm target

Understanding and Resolving Runtime Error Illegal Cast in Kotlin Multiplatform with Decompose and Koin on Web Wasm Target Kotlin Multiplatform has become a popu

2 min read 21-09-2024 48
RuntimeError: Illegal cast in Kotlin Multiplatform with Decompose and Koin on Web/Wasm target
RuntimeError: Illegal cast in Kotlin Multiplatform with Decompose and Koin on Web/Wasm target

How to fix KMP issue - Please initialize at least one Kotlin target in 'composeApp (:composeApp)' or 'shared'?

Fixing the KMP Initialization Issue How to Set Up Your Kotlin Targets Kotlin Multiplatform KMP is a powerful feature that enables developers to write shared cod

2 min read 20-09-2024 43
How to fix KMP issue - Please initialize at least one Kotlin target in 'composeApp (:composeApp)' or 'shared'?
How to fix KMP issue - Please initialize at least one Kotlin target in 'composeApp (:composeApp)' or 'shared'?