Join Slack
Powered by
First of all, when you do: ``` val p = project { ...
# kobalt
c
cedric
07/07/2016, 3:18 AM
First of all, when you do:
Copy code
val p = project { fun f() { ... }
You're not adding a function to the
Project
class, hence the compilation error when you try to access it in your release task.
Open in Slack
Previous
Next