Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
gradle-dsl
/
testData
/
parser
/
configurations
/
failOnVersionConflict.gradle.kts
blob: cab9d9a177715258391a8e7de7e3a1644a2bae8e [
file
] [
log
] [
blame
]
configurations
{
getByName
(
"implementation"
)
{
resolutionStrategy
{
failOnVersionConflict
()
}
}
}