From 97792002fd137d122878cdf6b74ff4a860f40e87 Mon Sep 17 00:00:00 2001 From: Gibran Chevalley Date: Wed, 1 Apr 2026 10:05:45 +0200 Subject: [PATCH 1/2] feat: Update ComposeLintPlugin and define baseline at the module level --- Core | 2 +- app/build.gradle.kts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Core b/Core index 2be567e5..aad23a13 160000 --- a/Core +++ b/Core @@ -1 +1 @@ -Subproject commit 2be567e5adae31ca5a69eab499ffbc89e04b30f8 +Subproject commit aad23a1361ae475ae8a94f0c5f87b0e3a74d7a99 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index d808fb34..bd1ffe75 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -86,6 +86,10 @@ android { androidResources { generateLocaleConfig = true } + + lint { + baseline = file("lint-baseline.xml") + } } val isRelease = gradle.startParameter.taskNames.any { it.contains("release", ignoreCase = true) } From fe0f29c5bb4ab116e2bb4ead5aa29fdb598e2a89 Mon Sep 17 00:00:00 2001 From: Gibran Chevalley Date: Wed, 1 Apr 2026 10:23:23 +0200 Subject: [PATCH 2/2] feat: Clean the lint-baseline file --- app/lint-baseline.xml | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/app/lint-baseline.xml b/app/lint-baseline.xml index 37dbe592..5f977542 100644 --- a/app/lint-baseline.xml +++ b/app/lint-baseline.xml @@ -1,17 +1,6 @@ - - - - - - - - - - - -