There is any documentation that contains all Local...
# compose
s
There is any documentation that contains all Local Composition provided by Compose Activity ? like LocalContext, LocalLifecycleOwner, etc.
plus1 1
t
I think you can use the package-summary page, but there’s no guarantee it’ll have all platform compositionLocals. It has most of them though.
or use the IDE and auto-complete and then use code documentation 😉
z
If you're curious about the android specific ones you can look at the AndroidCompositionLocals file.