简体   繁体   中英

Can't run kotlin in Intellije

https://i.stack.imgur.com/tE6Rq.png

I am new in Kotlin. This is my first project and I am having problem. I don't understand what to do now. It'll be really helpful for me if anyone can solve this issue. Thanks in advance. Please look at the photo attached

Here are the steps to kickstart a kotlin-console-application, reference from https://www.jetbrains.com/help/idea/create-your-first-kotlin-app.html#dd1e8921

  1. From the main menu, select File | New | Project.
  2. In the left-hand menu, select Kotlin.
  3. Give your project a name and select Console Application as Project Template. In Project JDK select a JDK (version 8 or later is recommended).
  4. New Kotlin project with the Gradle build system with Kotlin DSL. Click Next, then Finish.

If you cannot see a run option, maybe try to build the project once.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM