is there a version of compose build that everything is open? I try to implement something but everything is marked as internal
z
Zach Klippenstein (he/him) [MOD]
10/08/2021, 2:09 PM
No, because the decisions a library makes about what to leave open are intentional - even if you could do this, your implementations could break at any time if implementation requirements are changed even without a major version bump.
What are you trying to implement? Maybe there's another way to do it, or you could file a feature request if there isn't.
s
smallshen
10/08/2021, 2:19 PM
I am implementing compose in a custom gl context, so it can be used in games
z
Zach Klippenstein (he/him) [MOD]
10/08/2021, 2:23 PM
Compose UI? You can use compose core without having to override internal stuff