ac0f5548aa
This is still not 100% foolproof because one may place such a requirement manually on a suspend function (with `@RequireKotlin`, for example), which will trick the compiler into thinking that this is a new suspend function, even if it was compiled with old coroutines. But it's still better than only checking the version number