-
-
Notifications
You must be signed in to change notification settings - Fork 655
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
Module was compiled with an incompatible version of Kotlin. #2535
Comments
Updating the kotlinVersion to
|
@galenweber not sure about this error, but you can workaround this by downgrading the lib to version |
#2535 After version `12.10.7` build will fail with ``` INF/java.com.google.android.libraries.play.billing.public.ktbilling_granule.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.8.0, expected version is 1.6.0. ``` Downgrading to `12.10.5` works with 1.6.0
@17Amir17 i have same problem using 12.10.5 version remove the error, and everything work perfctly upto android 12 but in android 13 purchase is not working (products are coming well)it shows "this version of the application is not configured for billing through google play" that error, and if i want to change the kotlin versio 1.8.0 it will conflict other libraries ...what should be the solutions ? |
Not sure, I would ask @hyochan |
@17Amir17 Any update about it please !!! |
Description
Documentation states you should add
kotlinVersion = "1.6.0"
After updating to
12.10.7
I getModule was compiled with an incompatible version of Kotlin.
Solution
If anyone else is seeing this either update kotlinVersion to
1.8.0
or downgrade lib version to12.10.5
I'll raise pr to update docs
The text was updated successfully, but these errors were encountered: