Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
gradle-dsl
/
testData
/
parser
/
configurations
/
parseConfigs.gradle.kts
blob: 64018587be348fc88ac4e42044cf003cfd6aaca7 [
file
] [
log
] [
blame
]
configurations
{
create
(
"goodConfig"
)
getByName
(
"compile"
).
isTransitive
=
true
create
(
"newConfig"
).
isVisible
=
false
}