Skip to content

[pull] develop from mikepenz:develop#5

Merged
pull[bot] merged 2 commits into
wsnchristopher:developfrom
mikepenz:develop
Jul 16, 2026
Merged

[pull] develop from mikepenz:develop#5
pull[bot] merged 2 commits into
wsnchristopher:developfrom
mikepenz:develop

Conversation

@pull

@pull pull Bot commented Jul 16, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

mikepenz and others added 2 commits July 16, 2026 21:01
The `com.github.skydoves.compose.stability.analyzer` plugin unconditionally
adds `com.github.skydoves:compose-stability-runtime` as an `implementation`
dependency. Applying it to the published modules put that artifact into their
`runtimeElements` variant, so it landed in the POM with `<scope>runtime</scope>`
and every consumer pulled it onto their runtime classpath.

The analyzer is a development tool (recomposition tracing). Its runtime API is
not referenced anywhere in this repo, and none of the published classes contain
a reference to `com/skydoves/compose/stability` - the dependency was dead weight
for consumers.

Drop the plugin from the four published modules and keep it on `app`, where the
tracing is actually used. The `composeCompiler { stabilityConfigurationFiles }`
blocks are Compose compiler configuration and are unaffected.

Affects 14.0.0-a01 through 15.0.3.

Fixes #1424
…-leak

fix(build): stop leaking compose-stability-runtime into consumers
@pull pull Bot locked and limited conversation to collaborators Jul 16, 2026
@pull pull Bot added the ⤵️ pull label Jul 16, 2026
@pull
pull Bot merged commit 7d71c3d into wsnchristopher:develop Jul 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant