Unable to resolve latest versions for Kotlin MPP projects
See original GitHub issueFailed 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:
- Created 4 years ago
- Reactions:1
- Comments:57 (39 by maintainers)
Top 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 >
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
@Vampire The variant metadata issue in your project is solved #438. Hopefully we’re now fully MPP compatible.
Thanks! Its past midnight my time, so I’ll look into cleaning up the code snippets and making the changes sometime this week.