Add JitPack to your settings.gradle.kts:
dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
}Then add the dependency to your build.gradle.kts:
dependencies {
implementation("com.github.flexapp:flex-checkout-android:1.1.1")
}