Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
project-system-gradle-upgrade
/
testData
/
upgrade
/
RewriteDeprecatedOperators
/
TestInstrumentationRunnerArgumentExpected.gradle.kts
blob: 5e7e826fe2441e4d68cc914acae5a5a3db0962d7 [
file
] [
log
] [
blame
]
android
{
defaultConfig
{
testInstrumentationRunnerArguments
+=
mapOf
(
"foo"
to
"bar"
,
"baz"
to
"quux"
)
}
productFlavors
{
create
(
"foo"
)
{
testInstrumentationRunnerArguments
+=
mapOf
(
"a"
to
"b"
)
}
}
}