Is there a mapping that shows what version of the actual androidx artifacts will be used from an Android target?
i
Igor Demin
11/06/2020, 9:32 AM
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
eygraber
11/06/2020, 1:18 PM
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
Igor Demin
11/06/2020, 1:58 PM
I think ability to map to Jetpack Compose version is a must-have feature 🙂 .
We will figure something out in the future.