781flyingdutchman / background_downloader

Flutter plugin for file downloads and uploads
Other
158 stars 73 forks source link

Can't build even change to sdk 24 in build.gradle #90

Closed David160601 closed 1 year ago

David160601 commented 1 year ago

Launching lib\main.dart on sdk gphone64 x86 64 in debug mode... Running Gradle task 'assembleDebug'...

FAILURE: Build failed with an exception.

BUILD FAILED in 2s Exception: Gradle task assembleDebug failed with exit code 1

781flyingdutchman commented 1 year ago

See issue #26: either your app or a library you are using is using an older version of the Kotlin standard libraries (and that is not compatible with the current version used in this package). See this comment (and the broader issue) to resolve. Closing this issue, as this is not an issue with the background_downloader package