What SDK should i be using on Intellij? i reset to...
# getting-started
s
What SDK should i be using on Intellij? i reset to factroy settings and now its asking for one. I am writing in Kotlin and some java.
s
If you don't have a JDK installed, you can use the one shipped with IntelliJ, pretty sure it's the JetBrains Runtime, JDK17
🙌 1
generally speaking, you should use the newest JDK available that works with all of the project dependencies you may have
s
ohk yeh the Java one was giving me weird errors that didnt show me directly what line the erros were on, the jdk17 works much better thanks
s
if you're on macOS, I don't know if Apple still ships any JDK (or even JRE) with the OS, maybe you have a really old
brew
installed version or something?
s
im on windows, but i changed to that jdk17 and it worked
s
ah gotcha
s
thank you!!
👍 1