Is there any possibility to pass this when delegating class in kotlin?
class SomeFlow : Flow, SmsAuthentication by DefaultSmsAuthentication(this)
It says this does not exist in this context. The other class looks like this:
class DefaultSmsAuthentication(val flow: Flow) : SmsAuthentication