Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
gradle-dsl
/
testData
/
parser
/
dependencies
/
addNonIdentifierConfigurationExpected.gradle.kts
blob: 3042ed9ea67823eda4b5cb93b9bde2b4004ac967 [
file
] [
log
] [
blame
]
android
{
buildTypes
{
create
(
"dotted.buildtype"
)
{
}
}
}
dependencies
{
implementation
(
"com.android.support:appcompat-v7:+"
)
"dotted.buildtypeImplementation"
(
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:2.3.1"
)
}