The easiest way to integrate your kotlin base code to AbacatePay Gateway with support to coroutines and multiplatform
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.ssimiao:abacatepay-kotlin-sdk:1.0.4'
}
runBlocking {
val client = AbacatePayClient(apiKey = "your_key")
client.listBilling()
}
- If you are using Android, It needs to be Android 5+.
- Java 11+
- Kotlin 2+
This sdk brought to you by contributors.