ukasz123 / soundpool

Soundpool plugin for Flutter
88 stars 63 forks source link

Fix for Flutter 2.10 compilation error due to new Kotlin minimum version #91

Closed nicofossa closed 2 years ago

nicofossa commented 2 years ago

This pull request updates the minimum Kotlin version required by the project in order to solve compilation problems with Flutter 2.10.

More details can be found here: https://docs.flutter.dev/release/breaking-changes/kotlin-version

ukasz123 commented 2 years ago

The current version of the package has the minimum Kotlin version updated.