Michal Klimczak
04/27/2021, 5:32 PMAVAudioPlayerDelegateProtocol and not go insane? https://kotlinlang.slack.com/archives/C3SGXARS6/p1619544378255600krzysztof
04/28/2021, 7:49 AMobject needs to inherit from NSObject() class to provide all those implementation from the protocol:
val player = object: NSObject(), AVAudioPlayerDelegateProtocol {}Michal Klimczak
04/28/2021, 7:59 AMkrzysztof
04/28/2021, 8:00 AM