spring-framework/spring-core/kotlin-coroutines
Sébastien Deleuze 3ed8813bbf Upgrade to Coroutines 1.4.0-M1 and use awaitSingle()
This commit raises the minimum Coroutines version supported
to 1.4.0-M1 and above, and changes usages of awaitFirst() or
awaitFirstOrNull() to awaitSingle() or awaitSingleOrNull()
to fix gh-25007.

Closes gh-25914
Closes gh-25007
2020-10-13 15:26:39 +02:00
..
src/main/kotlin/org/springframework/core Upgrade to Coroutines 1.4.0-M1 and use awaitSingle() 2020-10-13 15:26:39 +02:00
kotlin-coroutines.gradle Fix spring-core jar task 'up-to-date'-ness 2019-11-04 10:29:58 +01:00