amzn / style-dictionary

A build system for creating cross-platform styles.
https://styledictionary.com
Apache License 2.0
3.93k stars 558 forks source link

Add 'accessControl' field to the Android Compose template #1384

Open xaviPastHubs opened 2 weeks ago

xaviPastHubs commented 2 weeks ago

It seems that the accessControl field is not controlled in the Compose/Object template (Android), unlike in ios-swift/any.swift for example. It could be added to change the visibility of the created objects, thereby improving the simplicity of development in apps that use it.

Fix PR link here