dave08
03/11/2019, 5:19 PMtest {
useJUnitPlatform()
}
dependencies {
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.3.0'
}
for a Ktor project, or do I need to include some junit gradle plugin (it seems like it doesn't understand the test
block)?
I think Ktor is still using 4.12... and I don't even see KotlinTest classes in the IntelliJ Ultimate...