Max
10/27/2025, 9:23 PMjw
10/27/2025, 10:14 PMjw
10/27/2025, 10:20 PMjw
10/27/2025, 10:21 PMjw
10/27/2025, 10:22 PMjw
10/27/2025, 10:22 PMjw
10/27/2025, 10:23 PMjw
10/27/2025, 10:25 PMMax
10/28/2025, 8:13 AMorg.jetbrains.compose dependencies leaking into the Android target - however - this must be then a configuration issue on our side. Will check that out. Thx again!Ivan Matkov
10/28/2025, 12:48 PMwe still see someIt's expected and doesn't conflict with explanation above (thanks Jake!). What you see is most likely "empty" artifacts with dependency todependencies leaking into the Android target - however - this must be then a configuration issue on our side. Will check that out.org.jetbrains.compose
androidx.* .
will the compiler translate allThere is no such magic there. I confirm that CMP does NOT re-build and re-publish android artifacts from google. What we do is providing multiplatform "root" metadata with "redirect" to Google's artifacts on Android (see screenshots above). It means that CMP adds no code in addition to
androidx.* at runtime, but in build time CMP artifacts is in the dependency tree.
If it's a real concern for you, I guess exclude together with ensuring that all required libraries from androidx.* are included with the right version might work. But I'm not sure if this really worth it
Please note that it's valid only for forked components. Multiplatform resources for example provides regular library for android without such redirection.