Join Slack
Powered by
What is the kotlin gradle dsl equivalent to `mainC...
# gradle
a
Aregev2
08/11/2018, 8:26 PM
What is the kotlin gradle dsl equivalent to
mainClassName
in
application
plugin?
Aregev2
08/11/2018, 8:26 PM
message has been deleted
p
p-schneider
08/11/2018, 8:57 PM
wrap it with an
application { }
block or configure it like
application.mainClassName = ""
directly
👌 1
3
Views
Open in Slack
Previous
Next