Is there any way to stop annotations on interfaces...
# announcements
a
Is there any way to stop annotations on interfaces being added to the generated
DefaultImpls
class? I’m using an annotation processor (android data-binding) that does not like certain annotations on classes that don’t meet certain requirements (doesn’t extend an interface)
k
Maybe separate the default methods into an actual class?
a
yea that’s the fallback plan unfortunately.