Seems, following is now (until <https://github.com...
# gradle
c
Seems, following is now (until https://github.com/gradle/kotlin-dsl/issues/262 is resolved) impossible in kotlin-dsl:
Copy code
project(":asdf") {
    dependencies {}
}
What is an alternative we can use?