orangy
: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.jim
07/20/2022, 2:13 AMorangy
orangy
LayoutInspectorTree and around, which transforms Group tree and does some View stuff, so it’s not MPP either (probably by design).orangy
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
jim
08/02/2022, 5:45 PMui-tooling does have a multiplatform dependency on ui-tooling-data in the androidMain.dependencies block.jim
08/02/2022, 5:46 PMjim
08/02/2022, 5:48 PMjvmMain.dependencies block or move it to the commonMain.dependencies block, depending on where you need it (Jvm only, common, etc).orangy
commonMain.depenencies, because eventually we’ll need it for CfD, CfW, etc. Can you please move it?jim
08/02/2022, 7:56 PMorangy