Join Slack
Powered by
I'm adding benchmark gradle plugin in top level gr...
# androidx
a
AG
05/26/2022, 4:59 PM
I'm adding benchmark gradle plugin in top level gradle
Copy code
plugins { id 'androidx.benchmark' version '1.0.0' apply false }
but getting this error
Untitled.txt
e
ephemient
05/26/2022, 5:08 PM
looking at
https://maven.google.com/web/m_index.html?q=benchmark#androidx.benchmark:androidx.benchmark.gradle.plugin
it seems the plugin marker wasn't published for 1.0. so either use settings.gradle pluginManagement to explicitly set the module, use the old buildscript classpath method, or use 1.1
a
AG
05/26/2022, 5:14 PM
ok, thanks 🙌
21
Views
Open in Slack
Next