Skip to content
Snippets Groups Projects
Commit 024ec4b8 authored by akwizgran's avatar akwizgran
Browse files

Ignore extra translations.

parent da0f048e
No related branches found
No related tags found
1 merge request!7Don't interpolate the app name into strings
Pipeline #11216 passed
......@@ -28,6 +28,9 @@ android {
kotlinOptions {
freeCompilerArgs += '-Xexplicit-api=strict'
}
lintOptions {
warning 'ExtraTranslation'
}
}
kotlin {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment