[K/N] Deprecate SuspendFunction interface with WARNING

As a part of efforts to stabilize Native stdlib.
This commit is contained in:
Abduqodiri Qurbonzoda
2023-04-13 13:28:07 +03:00
committed by Space Team
parent fbe558a0de
commit f75b72990e
@@ -10,4 +10,6 @@ package kotlin.coroutines
*
* @param R return type of the function.
*/
@Deprecated("This interface will be removed in a future release")
@DeprecatedSinceKotlin(warningSince = "1.9")
public interface SuspendFunction<out R>