Extensions at a functional level in Kotlin are ver...
# getting-started
d
Extensions at a functional level in Kotlin are very nice and powerful; but something I can’t see in documentation, is there a way to conform a class to an interface by way of extension? I am used to being able to do this in Swift.