this is probably a dumb question, but how does kot...
# kotest
t
this is probably a dumb question, but how does kotest define
project
? ie, a project listener
beforeProject
method is executed before the entire project, but what happens if I split my tests in unit and integration? are those 2 projects? and is each gradle module a different project?