I tried applying <Spotless through Gradle with ktl...
# javascript
e
I tried applying Spotless through Gradle with ktlint on my compose-web Kotlin/JS project, but, Spotless doesn't seem to detect any issues. How do I set this up correctly? Do I need to tell it somehow explicitly about the jsMain and test source sets?
b
I tried that on multiple occasions too and spotless seems to be doing a grand total of nothing for kotlin. Eventually I've just switched to detekt ktlint formatter
e
Spotless works great for me in other projects
b
I know, just not kotlin
e
I meant other Kotlin projects
I use it in some Android projects
b
Oh, that's news to me.