google / automotive-design-compose

Automotive Design for Compose is an extension to Jetpack Compose that allows every screen, component, and overlay of your Android App to be defined in Figma, and lets you see the latest changes to your Figma design in your app, immediately!
https://google.github.io/automotive-design-compose/
Apache License 2.0
117 stars 17 forks source link

Determine how to represent the map of views in the Design Definition in proto #1282

Open timothyfroehlich opened 5 months ago

timothyfroehlich commented 5 months ago

The original rust DesignDefinition includes a map of NodeQueries to Views. Protobuf, however, doesn't let a message to be a key for a map, so we'll need to work out how best to work around that.

_Originally posted by @timothyfroehlich in https://github.com/google/automotive-design-compose/pull/1259#discussion_r1649278420_

timothyfroehlich commented 5 months ago

Blocks #1172