Which Gradle task will rebuild / regenerate the Res class?
I’m using Android Studio to build a Kotlin Multiplatform (KMP) app using Compose Multiplatform, which I got from the Kotlin Multiplatform Wizard.
KMP: Which gradle task will rebuild / regenerate the Res class?
I’m using Android Studio to build a Kotlin Multiplatform (KMP) app using Compose Multiplatform, which I got from the Kotlin Multiplatform Wizard
Kotlin Multiplatform: composeApp:wasmJsMain: Could not resolve org.jetbrains.compose.html:html-core:1.6.11
I am trying to include the following dependency (org.jetbrains.compose.html:html-core:1.6.11) into my build.gradle.kts file under composeMain so i can use the Video Composable to load a video on my webapp. However, I get the following error when syncing:
Disable native compilation for multiplatform dependency
I have a backend project that uses ktor on the JVM. It depends on a multiplatform project like so: