pikkuez
pikkuez

Reputation: 330

IntelliJ IDEA: Kotlin missing

I went to Linux Mint 18 from MacOS, first Timer on Linux. Now I wanted to install Kotlin.

Downloaded it from here: https://www.jetbrains.com/idea/download/index.html#section=linux

Used this install instruction: https://www.youtube.com/watch?v=2jSX6lcFElE (download IntelliJ from Jetbrains and put it in home-folder)

Now that I wanted to start a new Kotlin project, it seems missing: No Kotlin in IntelliJ IDEA:
No Kotlin in IntelliJ IDEA

What have I missed out?

Upvotes: 3

Views: 2321

Answers (1)

s1m0nw1
s1m0nw1

Reputation: 82117

Seems to be a problem with the Kotlin language plugin when updating to IntelliJ 18.1

Try to reinstall the corresponding plugin. I was able to fix it this way.

Upvotes: 2

Related Questions