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 {