atsky / haskell-idea-plugin

IntelliJ IDEA plugin for Haskell
Apache License 2.0
201 stars 21 forks source link

Kotlin error trying to open .cabal (Haskell) project #64

Closed atsky closed 9 years ago

atsky commented 9 years ago

Steps to reproduce in IDEA 14: git clone git@github.com:leksah/leksah.git install Haskell plugin for IDEA File -> Import Project -> look for leksah.cabal Click OK

a popup appears with the following message:

Exception in thread "main" java.lang.NoClassDefFoundError: kotlin/jvm/internal/KObject

ianbamforth commented 9 years ago

Same issue here.