I'm not sure, but in Kotlin if you have an interfa...
# announcements
s
I'm not sure, but in Kotlin if you have an interface that has a default implementation that interface is compiled to an
abstract class
and the usages are modified to compile correctly