Hi Team :wave: Quick Question - Interface in Kotl...
# touchlab-tools
d
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:
Copy code
struct HeadlessPaymentOptionsResponse: Codable, Equatable {
    let param2: String
    let param1: String
}
cc @chandilsachin