Hi <@U0TEVK4F6>, in Kotlin you need to bring the t...
# gradle
b
Hi @sergio_89, in Kotlin you need to bring the test into scope first:
Copy code
val test: Test by tasks
test.useTestNG()