martypitt
03/24/2023, 8:43 AM1.7.0-Beta
, and it appears that kotlinx.coroutines.future.future
has been moved - does anyone know what it's replacement is?Dmitry Khalanskiy [JB]
03/24/2023, 9:22 AMkotlinx-coroutines-core
artifact, and previously it was in the jdk8
one. If you experience some build failures due to this, please report them at https://github.com/Kotlin/kotlinx.coroutines/issues, as we want this transition to be transparent to the user.martypitt
03/24/2023, 11:46 AMDmitry Khalanskiy [JB]
03/24/2023, 11:51 AMmartypitt
03/24/2023, 11:54 AMDmitry Khalanskiy [JB]
03/24/2023, 11:56 AMmartypitt
03/24/2023, 12:03 PMfun CoroutineContext.future
was an extension function, wheras now it's fun CoroutineScope.future