blob: ae3c86caba7c6d1c9f79180e8fe581bc430d1a95 [file] [log] [blame]
// see ../playground-common/README.md for details on how this works
pluginManagement {
apply from: "../../playground-common/configure-plugin-management.gradle", to: it
}
plugins {
id "playground"
}
apply from: "../../buildSrc/ndk.gradle"
rootProject.name = "lint-playground"
playground {
setupPlayground("../..")
selectProjectsFromAndroidX({ name ->
if (name.startsWith(":lint:")) return true
if (name.startsWith(":benchmark:benchmark-gradle-plugin")) return true
return false
})
}