Brais Gabín Moreira
08/21/2026, 12:41 PM8.14.3. Detekt can't update to the last version of sarif4k because it uses a recent version of kotlin (https://github.com/gradle/gradle/issues/16345). The problem is not the library itself but its dependencies. My question, is there any tool I can run on sarif4k side to ensure that my library is compatible with certain version of gradle (or kotlin, I don't care, I can make the conversion). I want to run it on CI so this doesn't happen again.Brais Gabín Moreira
08/21/2026, 12:43 PMClass 'kotlin.Unit' was compiled with an incompatible version of Kotlin. The actual metadata version is 2.3.0, but the compiler version 2.1.0 [with language version 1.8.0] can read versions up to 2.2.0So I guess that I should assert that all the code in my library (and dependencies) has metadata up to 2.2.0.
Brais Gabín Moreira
08/21/2026, 12:45 PMBrais Gabín Moreira
08/21/2026, 1:03 PMysb33r
08/21/2026, 2:25 PMJohn
08/21/2026, 3:54 PM