Closed
Description
I am using spotless for my spring boot gradle based application written mainly in kotlin. How can i generate the html report for the same.
Tried adding this dependency com.pinterest.ktlint:ktlint-reporter-html
, not seeing any report generated.
Can someone help if this is even supported, if yes, how to configure with spotless ktlint?