Fixed
Status Update
Comments
pr...@google.com <pr...@google.com>
ap...@google.com <ap...@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.
jb...@google.com <jb...@google.com>
ap...@google.com <ap...@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
Description
Component used: Navigation
Version used: 2.9.0-alpha06
As of Navigation 2.9.0-alpha05, Navigation artifacts have started shipping KMP artifacts.
It would be helpful if the
navigation-testing
artifact was also moved to KMP and used the new SavedState KMP APIs in SavedState 1.3.That would allow APIs like the that generates a
SavedStateHandle()
factorySavedStateHandle
from a@Serializable
class to be able to be used injvmTest
, avoiding the need of using Robolectric or an Android device at all.