commit | c0a450132a9e7682002dcfd4429dfb970b271329 | [log] [tgz] |
---|---|---|
author | Yigit Boyar <[email protected]> | Sat Sep 10 00:13:24 2022 +0000 |
committer | Copybara-Service <[email protected]> | Fri Sep 09 17:14:40 2022 -0700 |
tree | e66f7b34461c3d44c9dbeb4d1674cf04229ecde6 | |
parent | 04dd44ee22acdc15a01e017e5d2d0691d16deb54 [diff] [blame] |
[GH] Use project or artifact for benchmark dependency Bug: n/a Test: ./gradlew tasks This is an imported pull request from https://github.com/androidx/androidx/pull/447. Resolves #447 Github-Pr-Head-Sha: a400cd2f37077de46b5ff5b74c4cee42908f1986 GitOrigin-RevId: e7d119e7ac300d3ca6e7dd01073f5214bae61474 Change-Id: I3a508a6cb14ae080638b1038346103fc4afb9e20
diff --git a/compose/runtime/settings.gradle b/compose/runtime/settings.gradle index 152212a..b1ee839 100644 --- a/compose/runtime/settings.gradle +++ b/compose/runtime/settings.gradle
@@ -31,6 +31,7 @@ if (name.startsWith(":compose:runtime") && name != ":compose:runtime") return true if (name == ":annotation:annotation-sampled") return true if (isNeededForComposePlayground(name)) return true + if (name == ":compose:benchmark-utils") return true return false }) }