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 fac8d1c commit b93002cCopy full SHA for b93002c
1 file changed
benchmark/generate-projects.main.kts
@@ -935,7 +935,8 @@ application {
935
936
metro {
937
// reportsDestination.set(layout.buildDirectory.dir("metro"))
938
- enableGraphSharding.set($enableSharding)
+ // TODO re-enable when we can target Metro 0.8.3+
939
+ // enableGraphSharding.set($enableSharding)
940
interop {
941
includeJavax()
942
includeAnvilForDagger()
0 commit comments