kmp-iap 3.4.1
·
64 commits
to main
since this release
kmp-iap 3.4.1
Kotlin Multiplatform library for the OpenIAP specification (iOS + Android).
What's Changed
- chore(release): kmp-iap@3.4.1 (
5e2eee0f) - chore(release): openiap-apple@3.3.1 (
0357f7b4) - fix(apple): gate storekit 26.5 symbols (#387) (
e2349053)
Installation
Gradle (Kotlin DSL):
dependencies {
implementation("io.github.hyochan:kmp-iap:3.4.1")
}Gradle (Groovy):
dependencies {
implementation 'io.github.hyochan:kmp-iap:3.4.1'
}