Join Slack
Powered by
I'm trying to migrate my build.gradle to a kotlin-...
# gradle
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 ... }
Open in Slack
Previous
Next