Skip to content

Commit

Permalink
feat: ktlintCheck dependency true
Browse files Browse the repository at this point in the history
  • Loading branch information
SeongHoonC committed May 28, 2024
1 parent 597ee88 commit 4fd548c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
alias(libs.plugins.jetbrains.kotlin.android) apply false
alias(libs.plugins.org.jetbrains.kotlin.kapt) apply false
alias(libs.plugins.hilt) apply false
alias(libs.plugins.ktlint) apply false
alias(libs.plugins.ktlint) apply true
}

buildscript {
Expand Down

0 comments on commit 4fd548c

Please sign in to comment.