Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
gradle-dsl
/
testData
/
parser
/
dependencies
/
setNonIdentifierConfigurationExpected.gradle.kts
blob: ac0ffcb90a463a44459bfe848154960d4cd3c0f1 [
file
] [
log
] [
blame
]
android
{
buildTypes
{
create
(
"dotted.buildtype"
)
{
}
}
}
dependencies
{
"dotted.buildtypeImplementation"
(
"com.android.support:appcompat-v7:+"
)
}