Skip to content

Commit

Permalink
Disable MissingTranslation lint
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Aug 9, 2023
1 parent 7c0aa6a commit 3938782
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,13 @@ android {
freeCompilerArgs = freeCompilerArgs + "-Xcontext-receivers"
jvmTarget = "11"
}

testOptions {
unitTests.isIncludeAndroidResources = true
unitTests.isReturnDefaultValues = true
}
lint {
disable += "MissingTranslation"
}
}

ksp {
Expand Down

0 comments on commit 3938782

Please sign in to comment.