Update to use changes to Compose support

pull/1455/head
Tom Tresansky 1 year ago
parent 17f5d6b72b
commit 472042af21
No known key found for this signature in database
GPG Key ID: 99DCF7A2C0C53E39

@ -6,7 +6,12 @@ androidLibrary {
} }
feature {} 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 { testing {
dependencies { dependencies {

Loading…
Cancel
Save