When using the kotlin v2.0.20 (via gradle plugin "org.jetbrains.kotlin.jvm" version 2.0.20) the compileKotlin build step is interrupted by the following exception. Going back to v2.0.10 or v.2.0.0 resolves this issue.
java.lang.NoClassDefFoundError: org/jetbrains/kotlin/ir/util/IrMessageLoggerKt
at io.github.tabilzad.ktor.k2.SwaggerDeclarationChecker.<init>(SwaggerDeclarationChecker.kt:29)
at io.github.tabilzad.ktor.FirCheckers$declarationCheckers$1.<init>(KtorMetaPluginRegistrar.kt:40)
at io.github.tabilzad.ktor.FirCheckers.<init>(KtorMetaPluginRegistrar.kt:37)
at io.github.tabilzad.ktor.FirCheckers$Companion.getFactory$lambda$0(KtorMetaPluginRegistrar.kt:45)
When using the kotlin v2.0.20 (via gradle plugin "org.jetbrains.kotlin.jvm" version 2.0.20) the
compileKotlin
build step is interrupted by the following exception. Going back to v2.0.10 or v.2.0.0 resolves this issue.