Upgrading to Konfetti 2.0.1 -> compilation warning
See original GitHub issueSee this PR: https://buildkite.com/matrix-dot-org/element-android/builds/5770
You can see the warning in the CI logs. I get this warning:
w: Runtime JAR files in the classpath should have the same version. These files were found in the classpath:
/home/runner/.gradle/caches/transforms-3/41d05d97beee476cec3719b95e795601/transformed/jetified-kotlin-stdlib-jdk8-1.5.31.jar (version 1.5)
/home/runner/.gradle/caches/transforms-3/cee23d725568e4b6759fa7d67a5ff9d9/transformed/jetified-kotlin-stdlib-jdk7-1.5.31.jar (version 1.5)
/home/runner/.gradle/caches/transforms-3/0393eb3dd5596ff020754d2c6fc3662b/transformed/jetified-kotlin-stdlib-1.6.0.jar (version 1.6)
/home/runner/.gradle/caches/transforms-3/78fef6caf680a33558f1ee83f52758dc/transformed/jetified-kotlin-stdlib-common-1.6.0.jar (version 1.6)
w: Some runtime JAR files in the classpath have an incompatible version. Consider removing them from the classpath
I am not sure how to get ride of this warning, if anyone has an idea.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
DanielMartinus/Konfetti: Celebrate more with this ... - GitHub
Easily celebrate little and big moments in your app with this lightweight confetti library! License API level 16 Build Status.
Read more >jetified-kotlin-stdlib - You.com | The Search Engine You Control
When I compile my project, the error message show that the version of kotlin-reflect outOfDate, but I can't find how to update it....
Read more >Untitled
... Error 3014 ipad update, Santens gent metaal, Dotnetfx download 64 bit? ... Slc question paper collection, Rottach egern seefest 2016, Yordi rosado...
Read more >Patch Notes - Move or Die Game
Added new items to the Community Debt Bar: 1 character (Stony), 1 emoji pack (Greek Letter Emotes), 1 confetti and 5 trails; Small...
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
I do not have the compilation warning anymore, probably due to the upgrade of one of our other dependency (Jitsi maybe).
I close the issue, thanks for the time you spent to check that.
@bmarty I’ve just released a new version
2.0.2
. Would you be able to test whether the issue is still there for you?