is there an update to how to generate common code?...
# ksp
j
is there an update to how to generate common code? i've found https://github.com/google/ksp/issues/567 and https://github.com/google/ksp/issues/963 but the fixes in there don't seem to work if I have config cache enabled due to https://kotlinlang.slack.com/archives/C013BA8EQSE/p1689368042051729. wondering if theres something wrong with my plugin or something i might be missing
r
I'm still running into issues with particular build tasks, but they're non-blocking for me as they don't seem to be required except when i do a full "assemble", heh
I can get more details on my problems if they're helpful
j
yeah, i can get around by running that modules build without config cache then just praying it doesn't need changes but thats not exactly a great experience, especially on CI
so would love to have a config cache compatible way of handling this
👏 1