jonasbark / flutter_in_app_update

Flutter Plugin: Enables In App Updates on Android using the official Android APIs.
Other
323 stars 79 forks source link

Kotlin version incompatiblity #101

Closed alpeshvasani closed 1 year ago

alpeshvasani commented 1 year ago

The 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.

image
jonasbark commented 1 year ago

Hi! Please use in_app_update: ^4.1.4 which uses the lowest possible kotlin version. This version is also the default for new flutter projects.

https://github.com/jonasbark/flutter_in_app_update/blob/master/example/android/build.gradle#L2