1

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?

user51
  • 8,843
  • 21
  • 79
  • 158

1 Answers1

1

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

dotty

Related ticket.

CrazyCoder
  • 389,263
  • 172
  • 990
  • 904