Reputation: 92367
During work on my kotlin project using InteliJ IDE suddenly I get following error
Exception in thread "main" java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics
at com.beust.klaxon.DefaultConverter.(DefaultConverter.kt)
My old code which compile without problems now throw this exception. How to fix it?
Upvotes: 1
Views: 1324
Reputation: 92367
I don't know what is the reason - but this helps: reload gradle by click on
After that error disappear. I hope someone give explanation in separate answer
Upvotes: 1