Ryan Ulep
09/08/2025, 1:02 PMdetekt-compiler-plugin
should work with Kotlin 2.+ correct? I'm getting:
error: there are some plugins incompatible with language version 2.0:
io.github.detekt.compiler.plugin.DetektCompilerPluginRegistrar
Please use language version 1.9 or below
gammax
09/08/2025, 1:04 PMgammax
09/08/2025, 1:04 PMThe newYes it should. However we're migrating everything over to the Analysis API and we'll probably be removing the compiler plugin before 2.0 hits stableshould work with Kotlin 2.+ correct?detekt-compiler-plugin
Ryan Ulep
09/08/2025, 1:11 PMRyan Ulep
09/08/2025, 1:12 PMBrais Gabin
09/08/2025, 3:49 PMRyan Ulep
09/08/2025, 4:39 PMgammax
09/08/2025, 10:27 PM