Skip to content

Incremental support for default/static methods in interfaces #127

@evant

Description

@evant

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions