I’m trying to get Spek set up with kotlin gradle dsl and I’m having trouble reproducing this part in...
r
I’m trying to get Spek set up with kotlin gradle dsl and I’m having trouble reproducing this part in Kotlin:
Copy code
test {
    useJUnitPlatform {
        includeEngines 'spek2'
    }
}