iaphub / react-native-iaphub

The easiest way to implement IAP (In-app purchase) in your React Native app.
https://www.iaphub.com/
MIT License
317 stars 21 forks source link

Incompatible version kotlin #123

Closed erfinbadrian closed 1 year ago

erfinbadrian commented 1 year ago

IAPHUB version 8.1.1

com\iaphub\RNIaphub\RNIaphubModule.kt: (324, 27): Class 'kotlin.Unit' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.1.15.

erfinbadrian commented 1 year ago

Go to gradle on project level add this : kotlin_version = "1.6.0"