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.

Project Doesn't sync with enableFeaturePreview('GRADLE_METADATA')

See original GitHub issue

I have an existing multiplatform project (android/ios- Created from Intellij project wizard ), in which I am trying to add sqlDelight. (PR Link). Problem is project doesn’t sync. It gives me error like ERROR: Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.squareup.sqldelight:runtime:1.0.0. Show Details Affected Modules: app If I remove enableFeaturePreview('GRADLE_METADATA') from settings.gradle it syncs successfully. But I need enableFeaturePreview as I am using coroutines.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
JakeWhartoncommented, Jan 21, 2019

Not sure what we’re supposed to do. The Kotlin projects are the ones holding the ecosystem back. Open issues on their projects?

0reactions
AlecStrongcommented, Jan 21, 2019

more specifically, this one: https://youtrack.jetbrains.com/issue/KT-29045

😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Project Doesn't sync with enableFeaturePreview(' ...
Project Doesn't sync with enableFeaturePreview('GRADLE_METADATA') #1163 ... sqldelight is only compatible with the latest gradle metadata ...
Read more >
Upgrading from Gradle 5.1.1 to 6.0.1 breaks Kotlin ...
Without that, the dependency is resolved to the library's root module which has no artifacts at all. To fix this on the consumer...
Read more >
Sharing dependency versions between projects
For each catalog, Gradle generates type-safe accessors so that you can easily add dependencies with autocompletion in the IDE. Each catalog is visible...
Read more >
Understanding Gradle Module Metadata
Gradle Module Metadata is a format used to serialize the Gradle component model. ... Variant artifacts are uploaded, dependencies are not published.
Read more >
Upgrading your build from Gradle 4.x to 5.0
Try to run the project and debug any errors using the Troubleshooting Guide ... The Maven Plugin used to publish the highly outdated...
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