I started using KSP with Room late last week, when...
# room
l
I started using KSP with Room late last week, when my build reaches
compileReleaseJavaWithJavac
it inconsistently (I've not been able to find the trigger to reproduce it yet) fails as the generated Impl class for my Dao contains a method that no longer exists on the Dao (removed many builds ago). I thought this may be due to a build cache issue, but disabling caching does not resolve it, clean build also currently consistent produces the same outcome. Is there anything I can dig/capture to help debug?
My message got me thinking; this doesn't happen for the generated debug source...
Started happening sporadically with debug builds also, it seems to be a race condition somewhere.
This seems to have been resolved by
1.4.30-1.0.0-alpha03
y
hey i just saw this (and also just relalized that there is a room channel here 🙂 ) For future issues, i recommend raising them in the KSP channel
for more swift response