Hello! I recently downloaded the Kotlin compose multiplatform template project, targeting:
• android
• iOS
• desktop
• server (with Ktor)
However, I'm running into some JVM version issues with desktop and server, and unsure of how to resolve correctly in Gradle 🧵 ...
Jonathan Morabito
04/23/2024, 6:30 PM
my local JDK is v20, and using that to run Gradle
Jonathan Morabito
04/23/2024, 6:32 PM
I see that the composeApp build.gradle.kts specifies two things related to JVM version: