@Ruckus given this information, I don't know if Kotlin is able to override a particular function with an extension function. Perhaps we can just rename it?
a
alex
11/13/2018, 7:39 PM
It does not. Member function always wins, same true for virtual methods. Kotlin extension functions are resolved statically.