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 :)
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 :)