Is there a mapping that shows what version of the ...
# compose-desktop
e
Is there a mapping that shows what version of the actual androidx artifacts will be used from an Android target?
i
You mean mapping "Multiplatform Compose version" -> "Jetpack Compose version"? There are no such mapping at the moment. We usually build artifacts from the latest androidx source. "0.1.0-m1-build62" was build from the source when the version of Jetpack Compose was 1.0.0-alpha07
👍 1
e
Yes, that's what I meant. Is it possible to record that somewhere for each build (or at least when it changes)? Could be helpful for debugging to know what version to look at.
i
I think ability to map to Jetpack Compose version is a must-have feature 🙂 . We will figure something out in the future.
🙌 2