orangy
07/19/2022, 4:10 PM:compose:ui:ui-tooling-data
available for desktop? I’m experimenting with some tooling (kinda in-app inspector), and would like to process CompositionData
, and it seems doing it via SlotTree
is the best way of doing so.jim
07/19/2022, 11:43 PMui-tooling-data
couldn't be an mpp module. The fact that it is android-only is probably just an oversight when the module was created. Happy to accept such a contribution, or we can try doing that change on our end.
With regards to releasing it for non-android... we (google) only publish the android binaries at the moment. Publishing of the module for desktop will require pulling that change into the jetbrains/compose-jb repository and then publishing a build. I'd reach out to @Igor Demin for this.orangy
07/20/2022, 7:46 AMLayoutInspectorTree
and around, which transforms Group tree and does some View stuff, so it’s not MPP either (probably by design).ui-tooling
?jim
07/31/2022, 11:32 PMandroidMain.dependencies
block below, for use with multiplatform build.
I'm not sure I understand, can you elaborate on your question?orangy
08/01/2022, 10:36 AMjim
08/02/2022, 5:45 PMui-tooling
does have a multiplatform dependency on ui-tooling-data
in the androidMain.dependencies
block.jvmMain.dependencies
block or move it to the commonMain.dependencies
block, depending on where you need it (Jvm only, common, etc).orangy
08/02/2022, 7:24 PMcommonMain.depenencies
, because eventually we’ll need it for CfD, CfW, etc. Can you please move it?jim
08/02/2022, 7:56 PMorangy
08/02/2022, 8:26 PM