<@U12AGS8JG> Is it a known problem with the Intell...
# kotest
d
@sam Is it a known problem with the Intellij Plugin that when running the whole test it runs fine, but when running just one test case, I get
has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0
?
e
Sounds like your JDK version used by Gradle and IntelliJ is mismatching
d
So when running the whole test, kotest uses Gradle, and when running just one case it uses Intellij?
e
yeah
d
🤒
I guess this is a limitation due to the plugin infrastructure...?
So where do I set intellij's version?
For gradle I used jvmToolchain.
s
intellij's is in the project structure page
d
It doesn't look like Android Studio has such a setting there...