https://kotlinlang.org logo
#compose
Title
# compose
k

Klaas Kabini

02/25/2020, 6:27 PM
Can someone explain the purpose of Semantics composable? and when to use it
z

Zach Klippenstein (he/him) [MOD]

02/25/2020, 6:52 PM
I haven’t used it directly myself, but it looks like it’s used for accessibility information and identifying things in UI tests.
☝️ 2
r

Ryan Mentley

02/25/2020, 11:43 PM
That's correct. If you've got any specific questions about it I'm happy to help. We're also currently working on some API changes here to make it a bit less confusing, among which is that we're currently planning to make it a Modifier.
2 Views