Join Slack
Powered by
You still can use buildscript+classpath way, just ...
# gradle
g
gildor
12/06/2017, 9:44 AM
You still can use buildscript+classpath way, just use
"compile"("my-dependency")
syntax instead (kotlin-dsl generates accessors only for plugins applied with
plugins{}
block)
Open in Slack
Previous
Next