Did somebody say that is not possible to have mult...
# random
d
Did somebody say that is not possible to have multiple receiver in Kotlin? 😋 https://pl.kotl.in/8VexXrj3K
m
It's always been possible when defined as a member 🙂 But you can't specify multiple ones directly, e.g. if you have no control over a class and can't add an interface like that. Something like e.g.
fun (A & B).softCrop(…)
d
Yes, that was a dirty workaround, but was just excited of the result 😄 Actually I deleted that code from my lib because of many drawabacks 😄 But it was fun