-
Notifications
You must be signed in to change notification settings - Fork 506
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
Android Gradle not working #11
Comments
Take a look here. I doubt that problem is Android-related, though (do you have Let me know If it doesn't help (in which case please provide a test project or at least a build.gradle). Thank you. |
Thanks. My problem was inaccessible classpath. I'm not a master of android plugin configurations manipulation, but something unobvious happens there. Accessing 'tools only classpath' with buildconfig hack is an easy path, but be aware of different classpaths for different build.gradles. I had dependency in root buildscript, and it was inaccessible from child scripts. |
@dsvoronin I guess, sooner or later, I'm gonna have to create a designated plugin to alleviate these kind of problem. Anyway, thanks for the heads-up! |
Does anybody successfully ran ktlint with android?
i always have
configuration same as in readme
The text was updated successfully, but these errors were encountered: