From 472042af210ac75fbdbb6dc711634c959fe6a653 Mon Sep 17 00:00:00 2001 From: Tom Tresansky Date: Thu, 16 May 2024 16:49:46 -0400 Subject: [PATCH] Update to use changes to Compose support --- feature/bookmarks/build.gradle.dcl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/feature/bookmarks/build.gradle.dcl b/feature/bookmarks/build.gradle.dcl index 8b17e66b0..f5469ba54 100644 --- a/feature/bookmarks/build.gradle.dcl +++ b/feature/bookmarks/build.gradle.dcl @@ -6,7 +6,12 @@ androidLibrary { } feature {} - compose {} + + compose { + // TODO: This should be a file property, and not assume it's a path from the root project + stabilityConfigurationFilePath = "/compose_compiler_config.conf" + experimentalStrongSkipping = true + } testing { dependencies {