Kotest IDE plugin is not able to find my JDK .. So...
# kotest
d
Kotest IDE plugin is not able to find my JDK .. So I can't run my single file test or test Do you know how can I give the JDK path ?
s
Do you have a valid JDK set in project settings ?
d
of course, I have 17 19 8 and Kotlin SDK Gradle can find my SDK, but Kotest can't do it
s
backend or android?
d
multiplatform library native, jvm, js
s
you can only run JVM tests using the IDE plugin FYI
otherwise use the gradle check command
d
Yes through the gradle command that works, but .. I would like to use the plugin, it's more simple
s
Yeah but the plugin is only for JVM projects, that might be why its not working
you can run the JVM subset of tests in an MPP project tho