kotest / kotest-intellij-plugin

The official Kotest plugin for Intellij and Android Studio
Apache License 2.0
179 stars 25 forks source link

Configure jvmTarget using kotlin jvmToolchain option #305

Closed Kantis closed 4 months ago

Kantis commented 4 months ago

This sets both the jvmTarget of the code, and the JDK version used to build the source files using gradle. Should eliminate any java version incompatibilities when building.