Skip to content

Commit f42ece2

Browse files
committedJan 11, 2021
[Owl] Enable ktlint --android flag
Change-Id: I8e0bf9a67a3b432426519d32dc5fe46d8ca4e832
1 parent 7997320 commit f42ece2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Owl/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ subprojects {
6262
target '**/*.kt'
6363
targetExclude("$buildDir/**/*.kt")
6464
targetExclude('bin/**/*.kt')
65-
ktlint(Versions.ktlint)
65+
ktlint(Versions.ktlint).userData([android: "true"])
6666
licenseHeaderFile rootProject.file('spotless/copyright.kt')
6767
}
6868
}

0 commit comments

Comments
 (0)
Please sign in to comment.