I also like that the build file DSL can be used di...
# kobalt
c
I also like that the build file DSL can be used directly into the test:
Copy code
private val project : Project get() = project { name = "dummy” }
❤️ 1