beacons icon indicating copy to clipboard operation
beacons copied to clipboard

Upgrade to Kotlin 1.3

Open gurpreet- opened this issue 5 years ago • 3 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.

gurpreet- avatar Dec 14 '18 11:12 gurpreet-

have you hosted the change on GitHub?

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

awazgyawali avatar Dec 20 '18 16:12 awazgyawali

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

ahmedb avatar Jan 31 '19 14:01 ahmedb

#30 may fix this.

d-wolf avatar Mar 06 '19 08:03 d-wolf