Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gradle Toolchain support #513

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rpalcolea
Copy link

Hi folks,

Wondering if this change makes sense to support Toolchains

@Tapchicoma
Copy link
Collaborator

I highly doubt KtLint depends on JDK version it is running on to add toolchain support:

  • KtLint uses Kotlin compiler to parse AST, but Kotlin compiler itself could run on any supported JDK version and produce same result (as long as optional --jdk-home option has the same value)
  • AFAIK KtLint rules does not have anything JDK version specific

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants