Top "Kotlin-multiplatform" questions

Refers to Kotlin Multiplatform projects, aimed to share codebase between JVM, JS, Android, and Native

Check your module classpath for missing or conflicting dependencies

I have a project with Java and Kotlin, which I am able to successfully run and build. However, when I …

java kotlin intellij-idea jvm kotlin-multiplatform
Generate UUID on kotlin-multiplatform?

Are there any kotlin-multiplatform common functions to get a UUID/GUID? // ideally something like this val newUUID = UUID() // "1598044e-5259-11…

kotlin uuid kotlin-multiplatform
Gradle sync failed: Unsupported method: KotlinPlatformContainer.supports()

I just updated Android Studio to the latest version 3.5.1 and I know get the following error: Gradle sync failed: Unsupported …

android-studio kotlin kotlin-multiplatform