kmp-iap 2.3.0
·
38 commits
to main
since this release
kmp-iap 2.3.0
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:kmp-iap:2.3.0")
}Gradle (Groovy):
dependencies {
implementation 'io.github.hyochan:kmp-iap:2.3.0'
}