First of all, when you do: ``` val p = project { ...
# kobalt
c
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.