Whats the state of kapt-ksp interop? I use kotlin-...
# ksp
p
Whats the state of kapt-ksp interop? I use kotlin-inject to generate kotlin-inject components in our kmm project. I'd now like to utilize ksp to generate a delegating dagger component but that would bring up the need to run ksp before kapt. Is the order in which they run defined?
p
Thanks 🙂