Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
android-lint
/
testData
/
gradle
/
SuppressWithAnnotation.gradle.kts
blob: 718e8d134897c5772917cab6125ab8b1f67612e5 [
file
] [
log
] [
blame
]
@Suppress
(
"GradleDeprecated"
)
plugins
{
id
(
"android"
)
}
android
{
}