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

Zoltan Demant

07/30/2022, 12:55 PM
Hi, my code formatting with compose has been crazy lately. Does anyone know whats going on? I basically need to add a ',' at the end of a function call in order for it to be laid out like Ive been used to. Comparison screenshot in 🧵
This is what Im used to! Notice the added ',' after the
modifier = {}
block.
o

okarm

07/30/2022, 1:48 PM
The only sane formatter I've found so far is
ktfmt
. Everything else is ... "inadequate", to stay diplomatic 🙂