https://kotlinlang.org logo
Title
s

SrSouza

12/29/2021, 11:35 PM
Hi folks, we are publishing Compose multiplatform library using the Jetbrains plugin and based on this https://blog.jetbrains.com/kotlin/2021/10/compose-multiplatform-goes-beta/#androidartifacts we are expecting that the result artifact would also be using the Google Compose artifact in the pom and this also correctly (https://repo1.maven.org/maven2/cafe/adriel/voyager/voyager-core-android/1.0.0-beta14/voyager-core-android-1.0.0-beta14.pom) but at the Gradle Module Metadata files this is not the case (https://repo1.maven.org/maven2/cafe/adriel/voyager/voyager-core-android/1.0.0-beta14/voyager-core-android-1.0.0-beta14.module). There is any plan to also replace on the gradle module metadata? (Here is a issue from the user of the library: https://github.com/adrielcafe/voyager/issues/34)
If I understand correctly, this seems to be a Gradle issue, I open a issue at Gradle repo. https://github.com/gradle/gradle/issues/19452