Skip to content Skip to sidebar Skip to footer
Showing posts with the label Kotlin Multiplatform

How To Configure Kotlin Jvmtarget In A Multiplatform Android Module?

I'm getting this build error: Cannot inline bytecode built with JVM target 1.8 into bytecode t… Read more How To Configure Kotlin Jvmtarget In A Multiplatform Android Module?

Kotlinoptions In Kotlin Multiplatform Project

I am trying to use the Android dependency androidx.fragment:fragment-ktx:1.2.2 to be able to load V… Read more Kotlinoptions In Kotlin Multiplatform Project