I've added KSP2 support in kotlin-compile-testing as a part of this PR https://github.com/ZacSweers/kotlin-compile-testing/pull/196/, would be curious for feedback from the KSP folks (and consumers!) on anything I may be missing! Main gist is in
Ksp2.kt
and the addition of precursor tools to the main compilation pipeline
👍 4
❤️ 4
👍🏾 1
m
Matthias Geisler
02/04/2024, 9:27 AM
You are a Hero!
🙏 1
t
Ting-Yuan Huang
02/06/2024, 9:07 PM
I left a question about library dependencies which may not be needed / should be removed. Other than that changes around KSP look great to me. Thank you!