Hello, here is <KSP 2.0.0-1.0.22>. Besides bug fix...
# ksp
t
Hello, here is KSP 2.0.0-1.0.22. Besides bug fixes and a couple of performance optimizations in KSP2, the most important change is that
KSType.toString()
now contains the reference that failed to be resolved for error types. Hopefully this will greatly improve the debug-ability of processors. As a side effect,
KSErrorType
is no longer a singleton. If your processor relies on equality check, it'll likely need to be updated.
👍🏾 1
👍 4
🎉 3
K 1
w
Two issues with KSP2 here: https://github.com/google/ksp/issues/1956 https://github.com/google/ksp/issues/1957 (when I comment out the offending inject constructor, this module then fails with the other error). Feels like KSP2 is almost there for us 🤞 Please let me know if the stacktraces are enough, if not I'll work on a separate repro project