jamireh
06/05/2025, 3:57 PMcompileOnly
dependency on com.google.devtools.ksp:symbol-processing-aa
so that we can invoke KSP manually (for classpath isolation reasons) but we're finding we can't upgrade to 2.1.21-2.0.1
and are stuck on 2.1.20-1.0.31
because the binary version of the former is 2.2.0
, which is still in RC. Our project uses Gradle 8.13 but even on 8.14.1, we can't seem to compile against this new version, presumably because the embedded Kotlin version is still on 2.0.0
Given the KSP version implies compatibility with 2.1.21
, why is the binary version 2.2.0
? Is this is a mistake or do we just need to wait for a version of Gradle that embeds at least 2.1.x?