https://kotlinlang.org logo
#kotest
Title
# kotest
d

Distractic

11/03/2023, 11:16 AM
(Again) Hello With the Kotest plugin, I can't run only a single test directly on IDE, I have the error
No JDK specified
However, I can start the tests of a whole class without problem Intellij Ultimate: 2023.2.4 (232.10203.10) Kotest plugin IDE version: 1.3.70-IC-2023.2 Kotest plugin project version: 5.7.2 Kotest dependencies version: 5.7.2 Mutliplatform project Java target: 8 Java SDK: Tried with 8 & 17 Of course I have my JAVA_HOME defined, I try to redefine it and JDK_HOME just to test but I always have the problem
l

LeoColman

11/03/2023, 12:53 PM
Is gradle JDK specified?
d

Distractic

11/03/2023, 1:02 PM
I'm using SDKMan to manage my different version of JDK (https://sdkman.io/)
l

LeoColman

11/03/2023, 1:02 PM
When you go in settings > build execution ... -> build tools -> gradle -> ,,,
Can you see that it's using a JDK?
Or the JDK from the project
d

Distractic

11/03/2023, 1:05 PM
image.png
l

LeoColman

11/03/2023, 1:06 PM
Yeah, that was my idea. It's out 😞
d

Distractic

11/03/2023, 1:07 PM
What's the problem ? 🤔
blob shrug 1
Do you know if there is a way to enable the debug with the plugin ?
7 Views