rules_kotlin icon indicating copy to clipboard operation
rules_kotlin copied to clipboard

Does KSP require a separate runner?

Open restingbull opened this issue 5 months ago • 2 comments

re: https://android-developers.googleblog.com/2023/12/ksp2-preview-kotlin-k2-standalone.html

Switch for new KSP runner: https://github.com/google/ksp/blob/42217b8cbf11609d42eee71a607e4011904c6cd8/gradle-plugin/src/main/kotlin/com/google/devtools/ksp/gradle/KspSubplugin.kt#L403

restingbull avatar Feb 09 '24 21:02 restingbull

KSP Task Runner:

https://github.com/google/ksp/blob/42217b8cbf11609d42eee71a607e4011904c6cd8/gradle-plugin/src/main/kotlin/com/google/devtools/ksp/gradle/KspAATask.kt#L72

restingbull avatar Feb 09 '24 21:02 restingbull

Screenshot 2024-02-09 at 15 13 46

restingbull avatar Feb 09 '24 21:02 restingbull