Kamil Kiełczewski
Kamil Kiełczewski

Reputation: 92367

How to fix problem with NoClassDefFoundError

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)

enter image description here

My old code which compile without problems now throw this exception. How to fix it?

Upvotes: 1

Views: 1324

Answers (1)

Kamil Kiełczewski
Kamil Kiełczewski

Reputation: 92367

I don't know what is the reason - but this helps: reload gradle by click on

enter image description here

After that error disappear. I hope someone give explanation in separate answer

Upvotes: 1

Related Questions