If a test case fails, and I've used Gradle's `--fa...
# kotest
n
If a test case fails, and I've used Gradle's
--fail-fast
flag,
ProjectListener.afterProject()
doesn't get called. Is there anything that can be done about this?