Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Kotlin 1.3 release fixes #33

Merged
merged 2 commits into from Nov 4, 2018
Merged

Kotlin 1.3 release fixes #33

merged 2 commits into from Nov 4, 2018

Conversation

vemilyus
Copy link
Contributor

@vemilyus vemilyus commented Nov 4, 2018

Kotlin 1.3 and Coroutines 1.0 have changed their semantics a tiny little bit, now the coroutine builders require a coroutine scope, which can be either implemented using the interface or using GlobalScope.

Also CommonPool doesn't exist anymore, now you have to use one of the dispatchers provided by Dispatchers or create your own.

- Fixed imports
- coroutineDispatcher now using the default dispatcher
- Made ParallelRequestExecutor a CoroutineScope
- Pulled up Jackson version
@coveralls
Copy link

Coverage Status

Coverage increased (+0.005%) to 87.653% when pulling 072b378 on vemilyus:kotlin-1.3-release-fixes into 01202f8 on pgutkowski:0.3.0-ALPHA.

@pgutkowski pgutkowski merged commit c173d26 into pgutkowski:0.3.0-ALPHA Nov 4, 2018
@pgutkowski
Copy link
Owner

Thank you @vemilyus!

@vemilyus vemilyus deleted the kotlin-1.3-release-fixes branch November 4, 2018 17:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants