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?
lewis
02/22/2021, 11:02 AM
My message got me thinking; this doesn't happen for the generated debug source...
lewis
02/22/2021, 6:36 PM
Started happening sporadically with debug builds also, it seems to be a race condition somewhere.
lewis
02/25/2021, 8:00 AM
This seems to have been resolved by
1.4.30-1.0.0-alpha03
y
yigit
03/19/2021, 11:56 PM
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