or if it's an MPP project ```tasks.named<Test&g...
# kotest
s
or if it's an MPP project
Copy code
tasks.named<Test>("jvmTest") { ... }
👍 1