As far as I know, the only reason default/static methods in interfaces isn't enabled by default is because it has to process the interface and the implementations together not allowing it to be incremental. I'd like to try to figure out how to fix this. It seems like there needs to be some metadata at the usage sites to know that the interface it's dealing with has default methods. Would it make sense to read from the ouptdir to see if a helper class was generated? Or maybe generate an extra metadata file that could be read in?