You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution failed for task ':libs:bff:kspCommonMainKotlinMetadata'.
> A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction
> io.swagger.v3.parser.core.extensions.SwaggerParserExtension: io.swagger.v3.parser.converter.SwaggerConverter not a subtype
for the next code:
fun readOpenApiSpec(openApiSpecPath: String): OpenAPI = OpenAPIV3Parser().read("file://$openApiSpecPath")
The error is only reproducible with useKSP2 parameter enabled.
The text was updated successfully, but these errors were encountered:
for the next code:
The error is only reproducible with
useKSP2
parameter enabled.The text was updated successfully, but these errors were encountered: