JetBrains / compose-multiplatform

Compose Multiplatform, a modern UI framework for Kotlin that makes building performant and beautiful user interfaces easy and enjoyable.
https://jetbrains.com/lp/compose-multiplatform
Apache License 2.0
16.15k stars 1.17k forks source link

Android artifacts. Get rid of publication of two artifacts ("debug" and "release") #118

Closed igordmn closed 1 month ago

igordmn commented 3 years ago

Now we have two android artifacts: org.jetbrains.compose.animation:animation-android:0.2.0-build124 org.jetbrains.compose.animation:animation-android-debug:0.2.0-build124

The need of "debug" artifact seems strange.

Figure out how to change MPP publication configuration so we can only publish "org.jetbrains.compose.animation:animation-android".

okushnikov commented 2 months ago

Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.