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.

kotlin-stdlib-jre7 is deprecated

See original GitHub issue

I get the following warning when building my project:

kotlin-stdlib-jre7 is deprecated. Please use kotlin-stdlib-jdk7 instead

I ran ./gradlew :app:dependencies and noted that Kotshi is the only library I use that imports the deprecated Kotlin library.

You need to be using Kotlin 1.2.40 to see this deprecation warning.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
ansmancommented, May 14, 2018

Released in 1.0.4

1reaction
GladeDivineycommented, May 14, 2018

Any chance of a release to 1.0.4 so users can have this fix?

Read more comments on GitHub >

github_iconTop Results From Across the Web

kotlin-stdlib-jre7 is deprecated. Please use kotlin-stdlib-jdk7 ...
Go to Tools > Kotlin > Configure Kotlin Plugin Updates and check for updates then in your app gradle file replace jre with...
Read more >
The different kotlin-stdlibs explained | by Martin Bonnin | Medium
They have been deprecated in favour of their -jdk7 and -jdk8 counterparts 2 years ago so you can just forget about them.
Read more >
kotlin-stdlib-jre7/8 is deprecated. Please use kotlin ... - GitHub
I think I've seen this when a dependency is using the jre7 instead of the jdk. All reactions.
Read more >
org.jetbrains.kotlin » kotlin-stdlib-jre7 - Maven Repository
Version Vulnerabilities Repository Usages Date 1.2.x 1.2.71 Central 8 Sep 24, 2018 1.2.70 1.2.x Central 4 Sep 12, 2018 1.2.61 1.2.x Central 6 Aug 17, 2018...
Read more >
Android : kotlin-stdlib-jre7 is deprecated. Please ... - YouTube
Android : kotlin - stdlib - jre7 is deprecated. Please use kotlin-stdlib-jdk7 instead [ Beautify Your Computer ...
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