Skip to content

kmp-iap 2.2.7

Choose a tag to compare

@github-actions github-actions released this 08 May 11:07
· 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'
}

Documentation

Links