InvisibleWrench / FlutterMidiCommand

A Flutter plugin to send and receive MIDI
BSD 3-Clause "New" or "Revised" License
95 stars 50 forks source link

Upgrade gradle toolchain #82

Closed anzbert closed 1 year ago

anzbert commented 1 year ago

Upgraded the gradle toolchain to the one that is currently used when creating a new flutter app with flutter create

i had issues when using the very latest toolchains (kotlin plugin 1.8), because flutter midi command was using an unsupported old version of kotlin. i thought it cant hurt to bring this one up to date.

tested with a newly created app and the example. both works :)