Skip to content

Commit

Permalink
chore: get rid of deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Oct 15, 2024
1 parent 17f32aa commit ceea1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dokkaHtml {

android {
lintOptions {
sarifOutput = file("$buildDir/reports/lint-results.sarif")
sarifOutput = file("$layout.buildDirectory/reports/lint-results.sarif")
}
defaultConfig {
compileSdk 34
Expand Down

0 comments on commit ceea1f1

Please sign in to comment.