I guess I can do: ``` dependencies { "testComp...
# gradle
j
I guess I can do:
Copy code
dependencies {
    "testCompile"(create(group = "junit", name = "junit", version = "+"))
}
But that is totally unintuitive and not the code that I want to have to write to make this work.