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
Looking at the source code, running the lintKotlin will result in all the sources being checked on each task re-run.
To improve the performance, LintTask could run against changed files only (documentation)
If this gets implemented, a similar thing could be adopted for formatKotlin task (with slightly bigger effort due to overlapping inputs and outputs), but could help implementing: #155 (or not? not sure what's the desired direction there)