hnvn / flutter_image_cropper

A Flutter plugin for Android and iOS supports cropping images
969 stars 375 forks source link

App closing automatically & kotlin incompatible #445

Closed HurmanKz closed 7 months ago

HurmanKz commented 8 months ago
  1. 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.

  2. android:theme="@style/Theme.AppCompat.Light.NoActionBar" not found. (solved by migration guid)

HurmanKz commented 7 months ago

Fixed by migration guide. downgrade build gradle version.