We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53178dd commit 7919d50Copy full SHA for 7919d50
build-logic/convention/src/main/kotlin/AndroidComposeConventionPlugin.kt
@@ -38,7 +38,7 @@ class AndroidComposeConventionPlugin : Plugin<Project> {
38
// Hack until we get the update of the screenshot libray
39
// https://issuetracker.google.com/issues/444048026
40
// 3g is the minimal value for our tests to pass currently
41
- maxHeapSize = "3g"
+ maxHeapSize = "4g"
42
}
43
44
androidConfig {
0 commit comments