https://kotlinlang.org logo
j

Joost Klitsie

07/23/2020, 7:53 AM
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

gildor

07/23/2020, 8:09 AM
j

Joost Klitsie

07/23/2020, 9:27 AM
thanks!