NoClassDefFoundError kotlin/jvm/internal/Intrinsics
See original GitHub issueHi,
This error occures with the new version 1.1.1
java.lang.NoClassDefFoundError: Failed resolution of: Lkotlin/jvm/internal/Intrinsics;
at nl.dionsegijn.konfetti.ParticleSystem.<init>(ParticleSystem.kt)
at nl.dionsegijn.konfetti.KonfettiView.build(KonfettiView.kt:39)
1.1.0 is OK.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:13 (5 by maintainers)
Top Results From Across the Web
java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics ...
Adding all project files to the jar fixed the problem for me. I added the following line to my build.gradle jar { manifest...
Read more >Exception in thread "main" java.lang.NoClassDefFoundError
NoClassDefFoundError : kotlin/jvm/internal/Intrinsics. I am getting the following error for code. fun main(args: Array) { println("hello") }.
Read more >Not able to run jar file - Kotlin Discussions
Exception in thread "main" java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics at MainfileKt.main(Mainfile.kt) Caused by: ...
Read more >java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics
I've looked up my issue here, and it said that my error has to do with a broken class path. I have no...
Read more >[Solved]-Heroku / Kotlin: java.lang.NoClassDefFoundError
[Solved]-Heroku / Kotlin: java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics-kotlin ... I'm not sure why you're getting this error. But you might want ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@DanielMartinus finally fixed by manually adding the kotlin-stdlib-jdk7 (which was missing in graph dependencies) in my
build.gradle
fileping @arpitsharmagit
Thanks for reporting this issue @kwiky.
There must have gone something wrong with creating the jar file is my first assumption. For the time being 1.1.0 should be sufficient to use since 1.1.1 only contains minor changes.