From 01ac1f3f93bcbfdc2c891b2a55a9e859fade6326 Mon Sep 17 00:00:00 2001 From: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:19:10 -0400 Subject: [PATCH] [BWA-52] Disable MissingTranslation lint error (#156) --- app/build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 692e3bf05c..b63064beab 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -71,6 +71,9 @@ android { } } } + lint { + disable.add("MissingTranslation") + } } kotlin {