loup-v / beacons

Flutter beacons plugin for Android and iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade to Kotlin 1.3

gurpreet- opened this issue · comments

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.

have you hosted the change on GitHub?

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

commented

I have a PR that fixed Android compilation issues for me: #29

#30 may fix this.