question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update to kotlin 1.4.0

See original GitHub issue

New version of kotlin (1.4.0) released.

When I use it with kodein-di-jvm 7.0.0 I have these warnings appearing:

[WARNING] Runtime JAR files in the classpath should have the same version. These files were found in the classpath:
    ../.m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.4.0/kotlin-stdlib-1.4.0.jar (version 1.4)
    ../.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-common/1.4.0/kotlin-stdlib-common-1.4.0.jar (version 1.4)
    ../.m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.4.0/kotlin-reflect-1.4.0.jar (version 1.4)
    ../.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.3.72/kotlin-stdlib-jdk7-1.3.72.jar (version 1.3)
    ../.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.71/kotlin-stdlib-jdk8-1.3.71.jar (version 1.3)
[WARNING] Some runtime JAR files in the classpath have an incompatible version. Consider removing them from the classpath

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

6reactions
romainbslcommented, Sep 12, 2020

Kotlin 1.4 is still usable from our dev channel 7.1.0-master-88. 7.1 release will be there soon.

4reactions
romainbslcommented, Aug 18, 2020

Kotlin 1.4 has just been announced. We are working on the upgrade with some major fixes. We’ll keep you posted when it’s up!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Kotlin releases
Update to a new release. IntelliJ IDEA and Android Studio suggest updating to a new release once it is out. When you accept...
Read more >
Kotlin 1.4.0-RC Released - The JetBrains Blog
We're almost there! We're happy to unveil Kotlin 1.4.0-RC – the release candidate for the next major version of our programming language.
Read more >
Getting weird bugs when trying to update to Kotlin 1.4.0. How ...
Configure project :buildSrc WARNING: Unsupported Kotlin plugin version. The `embedded-kotlin` and `kotlin-dsl` plugins rely on features of  ...
Read more >
Compose to Kotlin Compatibility Map - Android Developers
Pre-release Kotlin Compatibility ; 1.4.0-alpha02, 1.7.21 ; 1.4.0-alpha01, 1.7.20 ; 1.3.2, 1.7.20 ; 1.3.1, 1.7.10.
Read more >
New language features and more in Kotlin 1.4
Android Studio will prompt you when a Kotlin 1.4.0 plugin that is compatible with your IDE version is available. Alternatively, you can go...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found