-
-
Notifications
You must be signed in to change notification settings - Fork 8
feat(google): upgrade to Google Play Billing Library 8.1.0 #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
1ebe1e5
d01bf4b
382bb90
ff1f90d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| plugins { | ||
| id("com.android.library") version "8.5.0" apply false | ||
| id("com.android.application") version "8.5.0" apply false | ||
| id("org.jetbrains.kotlin.android") version "2.0.21" apply false | ||
| id("org.jetbrains.kotlin.plugin.compose") version "2.0.21" apply false | ||
| id("org.jetbrains.kotlin.android") version "2.2.0" apply false | ||
| id("org.jetbrains.kotlin.plugin.compose") version "2.2.0" apply false | ||
|
Comment on lines
+4
to
+5
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🌐 Web query:
💡 Result: Short answer: for Kotlin 2.2.0 you must use the Compose compiler that matches the Kotlin version — i.e. the Compose Compiler Gradle plugin version 2.2.0 (or the corresponding kotlin-compose-compiler plugin artifact 2.2.0 if not using the Gradle plugin). [1][2][3] References:
🏁 Script executed: cat -n packages/google/build.gradle.ktsRepository: hyodotdev/openiap Length of output: 2164 Ensure Compose compiler version is set to 2.2.0 to match Kotlin 2.2.0 The Kotlin plugins are correctly aligned at 🤖 Prompt for AI Agents |
||
| id("com.vanniktech.maven.publish") version "0.29.0" apply false | ||
| } | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.