-
Notifications
You must be signed in to change notification settings - Fork 165
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
Cant find ktlintApplyToIdea task #149
Comments
Strange, I see this two tasks in "Help tasks" section. Can you do |
Note that this two tasks ( |
You need to move: plugins {
id "org.jlleitschuh.gradle.ktlint" version "6.1.0"
} to your project top |
Thank you @Tapchicoma this solved the problem! Note for anyone else who encounters the same issue with Android Studio:
|
I had this problem trying to use version |
@manoellribeiro take a look here #726 it was removed on purpose |
I've added ktLint to my project like so:
Android Studio 3.2.1
At the top of my module level (app)
build.gradle
file:I wan't to generate the code styles for my project using
ktlintApplyToIdea
but I can't find the task. Running./gradlew tasks | grep kt
results only in the following:I believe I was last able to run
ktlintApplyToIdea
in version 5x.The text was updated successfully, but these errors were encountered: