kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

KAPT: Kapt generates illegal stubs for private interface methods

Open ansman opened this issue 3 years ago • 0 comments

Interface methods that were private got both the default and private modifiers when using jvm-default=all which is not valid.

The stub will now just contain private in this case.

This fixes KT-48013.

ansman avatar Sep 14 '22 20:09 ansman