how do I write this ``` dependencies { compile...
# gradle
x
how do I write this
Copy code
dependencies {
    compile group: "group", name: "projectA", version: "1.1", changing: true
}
with the kotlin dsl, specifically the changing part