python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
kotlin mobile platforms Task 'Debug' not found in project ':shared'
I am trying to add kmm shared module to my ios/android app
however, I got this message from Xcode run
Showing Recent Messages
A problem occurred configuring project ':shared'.
> Could not identify ...
ASA
Votes: 0
Answers: 1
SQLDelight and data classes with one to many relations in Kotlin
I am trying to create a small app using Kotlin Multiplatform where i can save book titles and their authors but i'm struggling with the data classes and how to map them together so that i get the auth...
Andy
Votes: 0
Answers: 1
Kotlin Multipplatform - can't see Greeting.kt in Android Studio folder tree
I am just starting to learn KMM (I'm an Android java guy right now) and going through the default Greeting version of Hello World that is automatically put into a new application. My environment seems...
AndyMo
Votes: 0
Answers: 1
Best practices for handling platform exclusive features in KMM
I have an existing iOS app and I'm trying out KMM. Ideally, when launched, the app would be available both for Android and iOS, but I'd like for existing iOS users not to lose their current content.
I...
Afonso
Votes: 0
Answers: 0