- http call using ktor(1.2.4)
- passing data in the coroutines via datachannel;
- common kotlin calls swift code;
- swift calls kotlin;
- Get a google service account;
- put your private key in the MyMPP/MPP/SharedKotlin/src/commonMain/kotlin/com/tubi/test/interceptor/GoogleOAuth.kt
- put your service account email in the "iss" field in the MyMPP/MPP/SharedKotlin/src/commonMain/kotlin/com/tubi/test/interceptor/GoogleOAuth.kt
- Open 'MPP' in the android studio;
- Open 'MPP_IOS' in the xcode;
- edit the sharedKotlin code in the android studio;
- build app in the android studio or xcode;