I'm using KSP gradle plugin with incorrect Kotlin ...
# ksp
r
I'm using KSP gradle plugin with incorrect Kotlin version and it works. Why?
z
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
🙏 2