Does someone knows how to configure Gradle correct...
# gradle
j
Does someone knows how to configure Gradle correctly to use a specific JDK like version 14? I wanted to try out the new feature Toolchains for JVM projects but I didn't got it to work https://docs.gradle.org/current/userguide/toolchains.html https://github.com/LouisCAD/kotlin-libraries-playground/pull/99/files
p
Kotlin doesn’t support toolchain api but there is a workaround in comments to the issue https://youtrack.jetbrains.com/issue/KT-43095
👍 1
t
note that workaround is not working for Gradle cache