Skip to main content
0 votes
0 answers
35 views

I have a Kotlin Multiplatform Mobile project (KMP) targeting Android + iOS. My setup: Kotlin version: 2.2.21 Kotlin Multiplatform plugin: 2.2.21 CocoaPods plugin in build.gradle.kts: plugins { ...
sepideh's user avatar
  • 49
-3 votes
0 answers
72 views

During the development of the KMP + Compose application, I encountered an iOS-only UI issue. Video description of the rendering issue The problem looks like, when using the application in some random ...
Ice's user avatar
  • 781
-1 votes
0 answers
49 views

I am working on a kmp project. I am implementing a multi-module architecture. I cant seem to find a gradle task that runs all tests in my project. All the tasks finish without finding any tests. I ...
Zeyad Gasser's user avatar
  • 1,544
Best practices
0 votes
0 replies
38 views

How to include Java in this project and enable mixed development with both Java and Kotlin. I want to know how to use Java and Kotlin interoperably in a Kotlin Multiplatform Compose Desktop project, ...
Sidnio's user avatar
  • 302
0 votes
0 answers
41 views

I am building a Kotlin Multiplatform app where I want to use shared UI with Compose for both Android and iOS. However, I need some native views with their own state for certain parts of the app, so I’...
AlexelNintendero's user avatar
1 vote
0 answers
63 views

PROBLEM Hi, I have IntelliJ Ultimate 2025.2.4, and Android Studio 2025.2.1. When I create a new default project in either one > download all the sources it needs > sync gradle > then click ...
Action Jackson's user avatar
-1 votes
0 answers
67 views

I tried to follow: https://medium.com/@rishabh1112131415/how-to-handle-permissions-in-kotlin-multiplatform-without-external-libraries-05d7203237e3 but I get an error: No type named '...
RCH's user avatar
  • 1,307
0 votes
0 answers
80 views

I am integrating Google Maps SDK for iOS into my Kotlin Multiplatform (KMP) project. Earlier I was using CocoaPods and everything was working. Now I migrated to Swift Package Manager (SPM) and removed ...
Pawandeep Singh's user avatar
0 votes
0 answers
93 views

I’m building a Kotlin Multiplatform app (KMP) and want to store sensitive values like auth tokens securely on iOS using Keychain (instead of NSUserDefaults). I found this code on Medium, but it does ...
Pawandeep Singh's user avatar
0 votes
1 answer
67 views

I built a cross-platform project using Kotlin Multiplatform targeting Android, Windows, and macOS. Now, I need to implement a media player that must support HLS. Because of this, I ruled out the ...
deacon-qin's user avatar
1 vote
0 answers
87 views

I’m currently working on a Kotlin Multiplatform (KMP) project that includes a module for Google Maps integration (:core:maps:v2). Everything works fine on Android, but when I try to build for iOS, I ...
xtornasol512's user avatar
  • 2,439
2 votes
0 answers
42 views

After using VNDocumentCameraViewController in Compose Multiplatform iOS, all popup-based components (AlertDialog, DatePickerDialog, ExposedDropdownMenuBox) stop working. Open AlertDialog - works fine ...
Laya's user avatar
  • 21
2 votes
1 answer
174 views

PROBLEM Hi, I'm getting an endless loop of "Waiting for all target devices to come online", or the emulator just shows the Android intro but never loads. The JVM version of the program runs ...
Action Jackson's user avatar
1 vote
0 answers
46 views

I'm trying to set up Dagger in a Kotlin Multiplatform module for Android only as a POC for a migration of a project. Therefore, I needed to set up kapt and followed the instructions in Kmp in Kapt ...
Noge Dev's user avatar
2 votes
1 answer
123 views

My Goal: I'm trying to implement an autocomplete TextField in Jetpack Compose. The desired behavior is: A user starts typing in a TextField. A list of suggestions, filtered by the user's input, ...
Pantastix's user avatar
  • 428

15 30 50 per page
1
2 3 4 5
148