<@UB9K6R4JH> is all I really need just ```test { ...
# kotlintest
d
@LeoColman is all I really need just
Copy code
test {
  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...