loup-v / beacons

Flutter beacons plugin for Android and iOS.
Apache License 2.0
78 stars 54 forks source link

Upgrade to Kotlin 1.3 #25

Open gurpreet- opened 5 years ago

gurpreet- commented 5 years ago

Currently the beacon library runs with Kotlin 1.2.x which results in the error "coroutines cannot be used in release mode". This means I cannot run the library at all on Android.

Please upgrade to Kotlin 1.3.x to fix this error.

FYI I have actually upgraded the library to Kotlin 1.3 myself but I'm hesitant to perform a pull request as the changes are quite intensive.

awazgyawali commented 5 years ago

have you hosted the change on GitHub?

Please consider adding it on GitHub, It might help everybody.

ahmedb commented 5 years ago

I have a PR that fixed Android compilation issues for me: https://github.com/loup-v/beacons/pull/29

d-wolf commented 5 years ago

30 may fix this.