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.

Could not resolve org.jetbrains.kotlin:kotlin-stdlib:1.2.71

See original GitHub issue

AppIntro Version: 5.1.0

Device/Android Version: Android emulator, API 28

Issue details: When switching to AndroidX and updating lib version to 5.1.0, the following error is thrown while compiling

Caused by: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve org.jetbrains.kotlin:kotlin-stdlib:1.2.71.

Tried to solve:

implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.2.71'

and

ext.kotlin_version = '1.2.71'

in build.gradle (top level, buildscript) where maven { url 'https://jitpack.io' } is available already

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
cortinicocommented, Oct 28, 2019

If still not able to reproduce, I’ll provide a sample project

Hi @nicolabeghin, Yeah that would be beneficial as I’m still unable to isolate or reproduce your issue.

0reactions
cortinicocommented, May 11, 2020

@nicolabeghin Please let us know if you still have the problem. I’m closing the issue for inactivity.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Could not find org.jetbrains.kotlin:kotlin-stdlib-jre7:1.0.7 ...
It looks like the update to your project files failed at some point and set the Kotlin version to 1.0.7. If this is...
Read more >
Could not resolve org.jetbrains.kotlin:kotlin-stdlib:1.4.31
Could not HEAD 'https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib/1.4.31/kotlin-stdlib-1.4.31.pom'. > PKIX path validation failed: java.security.
Read more >
Could not find org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.71 ...
When running gradle sync, I receive the following error, after following instructions in the github page for configuring the plugin. ERROR: ...
Read more >
[Fixed] Could not resolve org.jetbrains.kotlin:kotlin-gradle ...
The probable reason is that your remote repository is not in the structure of the UiPath project or we can say the project....
Read more >
module was compiled with an incompatible version of kotlin
When I included this library in another project (which uses Kotlin v1.2.71), it refused to compile and returned this error: .gradle/caches/modules-2/files-2.1/ ...
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