https://kotlinlang.org logo
Title
y

Youssef Shoaib [MOD]

07/29/2022, 11:57 AM
I can't seem to find the gradle task
spotlessApply
, is there a different way to do code-formatting now?
j

Javier

07/29/2022, 12:00 PM
In which project?
y

Youssef Shoaib [MOD]

07/29/2022, 12:01 PM
arrow-core
j

Javier

07/29/2022, 12:07 PM
Looks like we are missing
libs.plugins.arrowGradleConfig.formatter
in the root
build.gradle.kts
. CC @Imran/Malic @simon.vergauwen
s

simon.vergauwen

07/29/2022, 12:19 PM
🤔 did we have to disable it for KNIT?
y

Youssef Shoaib [MOD]

07/29/2022, 12:21 PM
For now, should I just
Ctrl-Alt-L
in IntelliJ?
j

Javier

07/29/2022, 1:49 PM
Oh right @simon.vergauwen, I forgot that.
@Youssef Shoaib [MOD] not sure if you are using ktfmt in your projects, if so, there is a nice intellij plugin :)
y

Youssef Shoaib [MOD]

07/29/2022, 1:56 PM
Which ktfmt style does Arrow btw? Default or something else?
j

Javier

07/29/2022, 1:57 PM
Google one if I remember correctly