-
Notifications
You must be signed in to change notification settings - Fork 49
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
WIP: Make KtLint tasks runnable even without specific plugins being present #426
base: master
Are you sure you want to change the base?
Conversation
Interestingly, the lib in question (
|
Thanks, I think this is the right conceptual fix. I overlooked this detail in my hasty fix. I get the same error on a local project. |
Hey 👋 I've got a similar error, did you find any workaround? |
I think this PR is close to fixing the issue, but isn't quite working. I generally have time to integrate fixes, but I've been very short on time to dig into the solution myself. |
Hey, I did some digging into the issue, and I found out that the reason for the original problem is a lack of Here's the quick workaround that solves the issue.
|
Should fix #423, however, when integrated in my codebase I now get a transitive dependency issue:
Configuration: