Hi all, is there a reason why the component functi...
# compose
j
Hi all, is there a reason why the component functions start with a capital letter? I would expect normal camelCase like
outlinedTextField
instead of
OutlinedTextField
as most function calls in Kotlin in the std or wherever do it like that. I would think uppercase is better fitting for classes, which is not fitting for composable functions 🙂
g
j
thanks!