Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
project-system-gradle-upgrade
/
testData
/
upgrade
/
RemoveImplementationProperties
/
PluginsDslRoot.gradle.kts
blob: 32fab75002d6bf9c8b00cb37dee1e9b58aee5f62 [
file
] [
log
] [
blame
]
plugins
{
id
(
"com.android.application"
)
version
"4.2.0"
apply
false
id
(
"com.example.android"
)
}
android
{
compileSdkVersion
(
30
)
aidlPackagedList
+=
listOf
(
"one.aidl"
,
"two.aidl"
)
}