Assigned
Status Update
Comments
al...@google.com <al...@google.com>
ch...@google.com <ch...@google.com> #2
Also doesn't work in AS 2024.3.2 Canary 4 and Compose 1.8.0-beta01
ys...@google.com <ys...@google.com> #3
Andrei: Is this the same as
ch...@google.com <ch...@google.com> #4
Triage notes: Needs investigation. Assigning for later.
ys...@google.com <ys...@google.com> #5
Could you share the AppScaffoldTopBar
function that fails here? This seems different from
Description
Somewhat related to https://buganizer.corp.google.com/issues/352238347
But if using explicit ComposableTargetMarker and enforcing validation, I'd like a way to bridge between two target schemes.
In my case, I have the same applier (Compose UI) but want a separate set of components for specific purposes, and warnings if mixing.
I'm using the following when I need to bridge to Compose UI components.
Since I can't think of a less contorted example, it's possible I'm in the wrong, and should avoid doing this.