Join Slack
Powered by
The Kotlin DSL equivalent would be: ``` tasks { ...
# gradle
b
bamboo
03/01/2018, 11:36 AM
The Kotlin DSL equivalent would be:
Copy code
tasks { “test”(Test::class) { useJUnitPlatform() } }
👍 3
Open in Slack
Previous
Next