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.

Unable to resolve latest versions for Kotlin MPP projects

See original GitHub issue
Failed to determine the latest version for the following dependencies (use --info for details):
 - com.squareup.okio:okio

Example repro project: https://github.com/zacsweers/catchup (run ./gradlew dependencyUpdates -Drevision=release)

These projects use https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html. Square has three popular libraries using this structure now: https://github.com/square/okio, https://github.com/square/wire, https://github.com/square/sqldelight

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:57 (39 by maintainers)

github_iconTop GitHub Comments

4reactions
ben-manescommented, Nov 2, 2020

@Vampire The variant metadata issue in your project is solved #438. Hopefully we’re now fully MPP compatible.

3reactions
ben-manescommented, Sep 8, 2020

Thanks! Its past midnight my time, so I’ll look into cleaning up the code snippets and making the changes sometime this week.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Android unable to resolve dependency on common module
I'm attempting to set up a Kotlin multiplatform project inside an existing Android project, and I'm having some issues getting my Gradle ...
Read more >
MPP: Unable to resolve task dependencies due to cinterop
Using the new MPP plugin with Kotlin/Native, when adding a cinterop clause to a module depending on another module (without any cinterop) causes...
Read more >
iOS dependences not resolving in Kotlin MultiPlatform Project
Upon recreating the project as a library, and simply starting to add the dependencies for KTOR 1.3. 2, the iOS dependencies are failing...
Read more >
Known issues with Android Studio and Android Gradle Plugin
To fix this issue, upgrade your Android 11 emulator to version 9 or higher by navigating to Tools > SDK Manager. In the...
Read more >
Current issues with Kotlin Multiplatform and how to fix them
After some searching I found this is currently a bug targeted to be resolved with Kotlin 1.3.40. For the time you explicitly need...
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