Open ratnikov opened 5 months ago
@ratnikov I put up a PR upgrading the internal version https://github.com/bazelbuild/rules_kotlin/pull/1184
The infrastructure is there to support dynamically setting remote versions via kotlin_repositories
, wouldn't be hard to extend that to support KtLint as well. Happy to review a PR for this if you want to take a stab at putting one up!
Hey folks,
I noticed that the bundled ktlint version is quite a bit behind the latest (0.49.1 vs 1.3.0) which causes quite a bit of a linting discrepancy. Do you have a suggestion on how I should approach this? Ideas I have so far:
Thanks!