basher
04/15/2019, 3:54 PM'performAndWait(suspend CoroutineScope.() -> T): T' is deprecated. Experimental coroutines support will be dropped in 1.4
This method is my own, and I can't figure out what about this signature triggers the deprecation warning. Anyone else run into this?gildor
04/15/2019, 4:33 PMbasher
04/15/2019, 4:37 PMbasher
04/15/2019, 4:42 PMrunBlocking
- delay
- launch
- Job.join
I don't think any of those has been deprecated, marked experimental, etc.gildor
04/16/2019, 12:30 AMgildor
04/16/2019, 12:30 AMbasher
04/16/2019, 12:36 AMbasher
04/17/2019, 6:06 PMimport kotlinx.coroutines.CoroutineScope
- import kotlinx.coroutines.runBlocking
- import kotlinx.coroutines.delay
- import kotlinx.coroutines.launch
gildor
04/18/2019, 3:31 AMbasher
05/06/2019, 4:08 PM