Skip to content

kmp-iap 2.3.0

Choose a tag to compare

@github-actions github-actions released this 16 May 17:33
· 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'
}

Documentation

Links