ko2ic / image_downloader

Flutter plugin that downloads images and movies on the Internet and saves to Photo Library on iOS or specified directory on Android.
https://pub.dartlang.org/packages/image_downloader#-readme-tab-
MIT License
92 stars 116 forks source link

Execution failed for task ':image_downloader:compileReleaseKotlin'. #44

Closed lakshit1 closed 4 years ago

lakshit1 commented 5 years ago

I am using Image downloader 0.19.0. Every time I try to compile my app i got the foolowing error

`e: C:\Users\admin\AppData\Roaming\Pub\Cache\hosted\pub.dartlang.org\image_downloader-0.19.0\android\src\main\kotlin\com\ko2ic\imagedownloader\ImageDownloaderPlugin.kt: (355, 41): Unresolved reference: random

FAILURE: Build failed with an exception.

lakshit1 commented 5 years ago

This error is also displaying in android studio. 20190915_131653

ko2ic commented 4 years ago

@lakshit1 Please chnage Kotlin version of your app to 1.3 or higher.