Nayan Gandhi
10/15/2021, 6:25 PMfun method(){}
). Kotlin based Apps won't complain about new method while Java based Apps will complain about implementing the new method added to the interface. Is there any thing we can do so that it's not a breaking change for Java based apps?Grégory Lureau
10/15/2021, 7:59 PMephemient
10/15/2021, 8:35 PM-Xjvm-default=all
(breaks ABI for existing Kotlin users, but source compatibility is fine) or -Xjvm-default=all-compatibility
if you need to worry about binary compatibility