I'm using ktor-1.3.0-beta-1
I need to add a few NSURLSessionDelegate
checks for SSL Pinning.
I need exactly the code I found here Ktor multiplatform - SSL pinning for iOS in kotlin, in a Multiplatform app I'm working on (I try to migrate some stuff from native APP to a Multiplatform library).
I'm pretty new to Kotlin, so I don't have full knowledge of how it works.
I want to ask you: where have I to put this code?