In Project Structure for my Kotlin project, in the section Project Settings\Project, what is recommanded for these settings:
1) Project SDK: Should it be the java version that fits with my JAVA_HOME variable? Should it be Kotlin SDK?
2) Project language level: Should it be set to SDK Default? Should it be set to an explicit level?