Skip to content

Commit c348acd

Browse files
committed
excloooiii
1 parent 8cc5fe0 commit c348acd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ tasks.register<JavaExec>("ktlintCheck") {
4848
"--code-style=android_studio",
4949
"--reporter=plain",
5050
"--reporter=checkstyle,output=${outputFile}",
51-
"**/*.kt"
51+
"**/*.kt",
52+
"!**/build/**"
5253
)
5354

5455
jvmArgs("--add-opens=java.base/java.lang=ALL-UNNAMED")

dataconnect/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747
}
4848
}
4949
sourceSets.getByName("main") {
50-
java.directories.add("build/generated/sources")
50+
kotlin.directories.add("build/generated/sources")
5151
}
5252
}
5353

0 commit comments

Comments
 (0)