Programming in Kotlin - Part 2: Using Intellij | Ray Wenderlich

Install IntelliJ IDEA, then take a tour of the IDE and create the starter project you'll throughout this course.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4736-programming-in-kotlin/lessons/2

Hello,
I can’t run main fun, it’s complaining that No JDK specified
39

@kevindmoore Can you please help with this when you get a chance? Thank you - much appreciated! :]

Go to File Project Structure and make sure the “Project SDK” has a value. If not, you will need to go to Oracle’s website to download Java 8 SDK. Once that has been installed, choose new and point to that directory10%20AM