Fixed
Status Update
Comments
il...@google.com <il...@google.com>
il...@google.com <il...@google.com> #2
Could you please provide the dependencies you're using for your project?
Compose does not use protos for any production use case, so we will need more information to determine which dependency is pulling in the protobuf dependency.
il...@google.com <il...@google.com> #3
libs.versions.toml does have protobuf version as "3.19.4"
And protobufs are used in production code for app inspection jars like the layout inspector jar that comes with compose:ui:ui
il...@google.com <il...@google.com> #4
Oh interesting,
Description
Version used: 1.0.0-alpha09
Would be nice to have an easier way to access the Args class since the getArguments() of a Fragment or getIntent().getExtras() of an Activity aren't available at construction time, meaning you need to use a lazy property delgate.
Wrapping that up in a type safe way that works with the generated Args classes would be greatly preferable.