How this code should be translated from Groovy to Kotlin DSL in Gradle?
testOptions.unitTests.all {
testLogging {
exceptionFormat = "full"
events "passed", "failed", "standardError"
showCauses true
showExceptions true
}
}
Use this: