Search code examples
intellij-ideaintellij-scala

Not able to view Dotty option while creating scala project in Intellij IDEA


I have Intellij IDEA. Below are the details about it.

 IntelliJ IDEA 2017.2.5
 Build #IU-172.4343.14, built on September 26, 2017
 Licensed to Rajkumar Natrajan
 JRE: 1.8.0_152-release-915-b12 x86_64
 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
 Mac OS X 10.12.6

I have latest scala plugin for IntelliJ installed as well.

But when I try to create the dotty project using the documentation here, I couldn't see the option. Below is the screen shot.

Screenshot with Dotty option missing

Do I miss any settings?


Solution

  • Choose SBT first, then on the next step you will be able to select Dotty:

    dotty

    Related ticket.