781flyingdutchman / background_downloader

Flutter plugin for file downloads and uploads
Other
162 stars 76 forks source link

Execution failed for task ':background_downloader:compileDebugKotlin'. > Error while evaluating property 'filteredArgumentsMap' of task ':background_downloader:compileDebugKotlin'. > Could not resolve all files for configuration ':background_downloader:kotlinCompilerPluginClasspathDebug'. > Could not find org.jetbrains.kotlin:kotlin-serialization-compiler-plugin-embeddable:1.7.10. Searched in the following locations: #359

Closed sunilshedge closed 3 months ago

sunilshedge commented 3 months ago

Execution failed for task ':background_downloader:compileDebugKotlin'.

Error while evaluating property 'filteredArgumentsMap' of task ':background_downloader:compileDebugKotlin'. Could not resolve all files for configuration ':background_downloader:kotlinCompilerPluginClasspathDebug'. Could not find org.jetbrains.kotlin:kotlin-serialization-compiler-plugin-embeddable:1.7.10. Searched in the following locations:

781flyingdutchman commented 3 months ago

Hi, you need to upgrade to Kotlin 1.9.20 or higher, see the docs for how this is done in different situations