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.

Gradle build warning when using this library

See original GitHub issue

Error: jetified-kotlin-stdlib-jre7-1.2.10.jar: kotlin-stdlib-jre7 is deprecated. Please use kotlin-stdlib-jdk7 instead

+--- com.poovam:pin-edittext-field:1.2.1
|    +--- org.jetbrains.kotlin:kotlin-stdlib-jre7:1.2.10

Please let me know how to fix or release an udpate

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ColtonIdlecommented, Apr 20, 2020

Didn’t fix the issue for me:

Build output

    Runtime JAR files in the classpath should have the same version. These files were found in the classpath:
    /Users/coltonidle/.gradle/caches/transforms-2/files-2.1/a9405dd3bd2038225037bd502c82421c/jetified-kotlin-stdlib-jdk8-1.3.61.jar (version 1.3)
    /Users/coltonidle/.gradle/caches/transforms-2/files-2.1/26ae0d67f9d91d153c8bdb468ebe23d7/jetified-kotlin-stdlib-jdk7-1.3.61.jar (version 1.3)
    /Users/coltonidle/.gradle/caches/transforms-2/files-2.1/89a9dd339d1a7508dd3217a910c7f347/jetified-kotlin-stdlib-1.4-M1.jar (version 1.4)
    /Users/coltonidle/.gradle/caches/transforms-2/files-2.1/02d1fe19280b0f35ee050bc84d0e513c/jetified-kotlin-stdlib-common-1.4-M1.jar (version 1.4)

And here’s a warning in the IDE

Screen Shot 2020-04-20 at 5 57 38 PM
0reactions
alexjorgefcommented, Sep 1, 2021

@ColtonIdle check this reference. solve my warning on canary 10, kotlin 1.5.30

Read more comments on GitHub >

github_iconTop Results From Across the Web

gradle build warning when running app, cant run app
Even if this question is quite old, it is unresolved and I struggled myself for some time to find the reason in a...
Read more >
Build warning when using gradle wrapper from idea
Build warning when using gradle wrapper from idea Follow​​ > Configure project : The compile configuration has been deprecated for dependency ...
Read more >
Android Gradle plugin release notes - Android Developers
Starting with AGP 7.3.0-alpha04, if you use Gradle to build your project, AGP generates a warning if you use the package attribute in...
Read more >
Viewing and debugging dependencies - Gradle User Manual
Gradle can visualize the whole dependency tree for every configuration available in the project. Rendering the dependency tree is particularly useful if you'd ......
Read more >
GradleCompatible: Incompatible Gradle Versions
Here is an example of lint warnings produced by this check: build.gradle:25:Error: This support library should not use a different version (13) than...
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