You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
The problem I faced was very hard to debug because I keep getting NO-SOURCE. Couldn't find a way to force Gradle to output the reason.
It turns out that there was a behavior change in Ktlint plugin 6.0.0. Instead of resolving Android variant, it just creates a task per sourceSet. In fact, it now has ktlintMain task for the main folder.
KtLint 6.1 and 6.2 have a similar problem everywhere. When custom sourceSets are defined, it would fail to find them. This was recently fixed.
But still, when integrated with our plugin, it never finds the source sets which causes everything to silently pass.
The text was updated successfully, but these errors were encountered: