Keep Kotlin interface method when default implementation is used

This commit is contained in:
Vincent Rossetto
2024-02-12 11:04:39 +01:00
committed by Bengt Verscheure
parent d4692c3835
commit 1c421bf780
3 changed files with 70 additions and 16 deletions

View File

@@ -1,3 +1,9 @@
## Version 7.4.3
### Bugfixes
- Prevent unwanted name collision leading to missing methods in Kotlin DefaultImpls classes.
## Version 7.4.2
### Bugfixes