kmp-iap 2.2.7
·
69 commits
to main
since this release
kmp-iap 2.2.7
Kotlin Multiplatform library for the OpenIAP specification (iOS + Android).
What's Changed
- No direct code changes — picks up the latest openiap-google / openiap-apple native library updates. See the consolidated release notes for details.
Installation
Gradle (Kotlin DSL):
dependencies {
implementation("io.github.hyochan.openiap:kmp-iap:2.2.7")
}Gradle (Groovy):
dependencies {
implementation 'io.github.hyochan.openiap:kmp-iap:2.2.7'
}