Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
project-system-gradle-upgrade
/
testData
/
upgrade
/
RewriteDeprecatedOperators
/
TestInstrumentationRunnerArgument.gradle.kts
blob: c0e43dba53986567bab960ee05f43d180a4cabc5 [
file
] [
log
] [
blame
]
android
{
defaultConfig
{
testInstrumentationRunnerArgument
(
"foo"
,
"bar"
)
testInstrumentationRunnerArgument
(
"baz"
,
"quux"
)
}
productFlavors
{
create
(
"foo"
)
{
testInstrumentationRunnerArgument
(
"a"
,
"b"
)
}
}
}