Sign in
android
/
platform
/
tools
/
adt
/
idea
/
HEAD
/
.
/
gradle-declarative-lang
/
testData
/
dcl
/
parser
/
FunctionsWithComments.dcl
blob: cb6a9531d67ec758e789fd84ea8a501781dd74e0 [
file
]
dependencies
{
// Dependency without a version
compile
(
"com.cool.company:artifact"
)
// Dependency with blank group
compile
(
":gson-2.2.4:+"
)
// Since this notation doesn't have a name is it invalid and Gradle will complain
compile
(
"invalid"
)
}