Skip to content

Commit

Permalink
fix: Fix unexpected lint failure
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs committed Oct 1, 2022
1 parent d2868ff commit 10c22b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ android {
it.useJUnitPlatform()
}
}

lint {
disable.add("EnsureInitializerMetadata")
}
}

play {
Expand Down

0 comments on commit 10c22b2

Please sign in to comment.