wasyl
06/13/2023, 2:53 PMUnknown Kotlin JVM target: 20
. I suppose it's because I'm running Gradle with JDK 20 and the build is not using toolchains.
Should I build Kotest with JDK8 (that's the jdk used in CI too) or are some more recent JDK versions supported too? Would it make sense to use toolchains and allow running the build with any jdk, or there are some issues that prevent that (I don't know how Kotlin Multiplatform and Toolchains play together)?christophsturm
06/14/2023, 8:36 AMwasyl
06/14/2023, 9:29 AMchristophsturm
06/14/2023, 11:45 AMwasyl
06/14/2023, 3:42 PMchristophsturm
06/15/2023, 10:33 AMEmil Kantis
06/17/2023, 5:49 PM