Hi. Is there any way to generate kotlin classes fr...
# ktor
j
Hi. Is there any way to generate kotlin classes from openapi yaml during gradle build? At least the model to use in ktor client? And to be compatible with 1.4.0? apparently the code generated with
id("org.openapi.generator") version "4.3.1"
, even with
library: "multiplatform"
does not work (generated code does not compile at all)e