From c030a3449d8da731e44c9ce9f30fe6725e8f0dc2 Mon Sep 17 00:00:00 2001 From: ankitkumar Date: Mon, 4 Nov 2024 01:47:10 +0530 Subject: [PATCH] enabled strong skipping --- coachmark/build.gradle.kts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coachmark/build.gradle.kts b/coachmark/build.gradle.kts index f775c30..1cc079d 100644 --- a/coachmark/build.gradle.kts +++ b/coachmark/build.gradle.kts @@ -6,6 +6,10 @@ plugins { id("publication.module") } +composeCompiler { + enableStrongSkippingMode = true +} + kotlin { applyDefaultHierarchyTemplate() androidTarget {