Hi Team 👋
Quick Question - Interface in Kotlin is reference type whereas Protocols in Swift don't have an inherent type classification.
How to leverage the protocol like construct using the KMP?
For example:
struct HeadlessPaymentOptionsResponse: Codable, Equatable {
let param2: String
let param1: String
}
cc
@chandilsachin