I'm using KSP gradle plugin with incorrect Kotlin version and it works. Why?
z
Zac Sweers
07/24/2024, 4:35 PM
KSP is built on unstable kotlin APIs. It’s only guaranteed to work with the version of kotlin it’s built against, but it may coincidentally (and often) work with neighboring versions