kotlin-stdlib-jre7 is deprecated
See original GitHub issueI 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:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top 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 >
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 Free
Top 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
Released in 1.0.4
Any chance of a release to 1.0.4 so users can have this fix?