I ran `gradle kotest` and it triggered `buildOpenA...
# kotest
e
I ran
gradle kotest
and it triggered
buildOpenApi
. Does anyone know why?
Copy code
[kotest] $ gradle kotest

> Task :buildOpenApi
Ktor's OpenAPI generation is ** experimental **
- It may be incompatible with Kotlin versions outside 2.2.20
- Behavior will likely change in future releases
- Please report any issues at <https://youtrack.jetbrains.com/newIssue?project=KTOR>
<==========---> 76% EXECUTING [7s]
gradle test
does not do this.
v
You should ask that KTOR, not kotest. The ktor Gradle plugin you apply registers a kotlin jvm compile task by that name with KGP, so it probably is considered a production compile task which then naturally is a dependency of your test task.