Giter Site home page Giter Site logo

Comments (4)

egorikftp avatar egorikftp commented on May 21, 2024

The same for me

from voyager.

DevSrSouza avatar DevSrSouza commented on May 21, 2024

Apparently Jetbrains Compose is not replacing the dependencies on gradle module metadata file, it is only on the pom file.

The only solution as a User that I can think is using excluding transitive dependencies like this: implementation("cafe.adriel.voyager:voyager-core-android-debug:1.0.0-beta14") { isTransitive = false }
Can you try that to see if this solution work for you?

The solution as a project level it would by excluding compose dependencies from the publishing on Gradle Module Metadata.

Good references for this:
https://blog.jetbrains.com/kotlin/2021/10/compose-multiplatform-goes-beta/#androidartifacts
https://jakewharton.com/multiplatform-compose-and-gradle-module-metadata-abuse/

from voyager.

DevSrSouza avatar DevSrSouza commented on May 21, 2024

Testing here I found out that the Jetbrains Compose plugins is already replacing correctly but Gradle is only replacing it on the pom file for some reason, seems to be a Gradle issue.

gradle/gradle#19452

from voyager.

adrielcafe avatar adrielcafe commented on May 21, 2024

Fixed in 1.0.0-beta15. Thanks for your help @DevSrSouza !

from voyager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.