KasemJaffer / receive_sharing_intent

A Flutter plugin that enables flutter apps to receive sharing photos, text and url from other apps.
Apache License 2.0
325 stars 372 forks source link

kotlin version bump #255

Open nu00 opened 1 year ago

nu00 commented 1 year ago

Needed for newer versions of gradle

dupuchba commented 1 year ago

@KasemJaffer would be awesome to merge it. Dart 3 made many package to update their kotlin dependencies and we are kind in the chicken / egg problem where you want to update to Dart 3 but then it bumps the minimum kotlin version and so on..

dupuchba commented 1 year ago

For more info https://docs.flutter.dev/release/breaking-changes/kotlin-version

image