https://kotlinlang.org logo
#gradle
Title
k

kluck

07/23/2018, 8:49 AM
I'm trying to migrate my build.gradle to a kotlin-dsl build, but I'm having trouble configuring the distribution plugin. Why don't the following lines work?
Copy code
plugins { distribution }
distributions { // <- unresolved
...
}