https://kotlinlang.org logo
#kobalt
Title
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.