I noticed that kapt is set up to depend on KSP. In all our cases though, they have no dependencies. Is there a way to break this dependency so they can work in parallel?
Zac Sweers
10/12/2021, 12:31 AM
example
t
Ting-Yuan Huang
10/12/2021, 5:12 PM
I can't find where/how ksp introduces this dependency after reviewing ksp's implementation. Could you share a test case?