Could not resolve org.jetbrains.kotlin:kotlin-stdlib:1.2.71
See original GitHub issueAppIntro 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:
- Created 4 years ago
- Comments:11 (7 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
Hi @nicolabeghin, Yeah that would be beneficial as I’m still unable to isolate or reproduce your issue.
@nicolabeghin Please let us know if you still have the problem. I’m closing the issue for inactivity.