/mkh-compose-template

This is a Compose Multiplatform template project for iOS and Android platforms

Primary LanguageKotlinApache License 2.0Apache-2.0

mkh-compose-template

This is a Compose Multiplatform template project for iOS and Android platforms

Building

Add this is local.properties file

FLAVOR=uat
paymentUatUrl=<uat-host>
paymentProductionUrl=<prod-host>
paymentUatClientId=<client-id-uat>
paymentProdClientId=<client-id-prod>
paymentUatClientSecret=<client-secret-uat>
paymentProdClientSecret=<client-secret-prod>