Not sure if this is the right place for this quest...
# general-advice
s
Not sure if this is the right place for this question What's up with Kotlin and CodeQl these days? The recent release of Kotlin 2.3.20 breaks CodeQl again, the second patch & third release in a row to do so. Is there any insight you can provide?
r
CodeQl relies on the Kotlin Compiler API, currently the compiler is experimental, unstable and doesn't guarantee backward compatibility, so CodeQL prefers verify the version before continuing and throw exceptions due to breaking changes. In #C7L3JB43G can provide more info, for example poko, metro, sentry compiler and others compiler plugin do strategy based on compiler version OR link their version to specific compiler version(
2.2.0-0.9.0
), before KSP 2.3 does the same thing with releases.