Skip to content

Commit caacdc5

Browse files
committed
Mark DefaultDelay as PublishedApi
1 parent 82879fd commit caacdc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlinx-coroutines-core/common/src/CoroutineContext.common.kt

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import kotlin.coroutines.*
1212
*/
1313
public expect fun CoroutineScope.newCoroutineContext(context: CoroutineContext): CoroutineContext
1414

15+
@PublishedApi
1516
@Suppress("PropertyName")
1617
internal expect val DefaultDelay: Delay
1718

0 commit comments

Comments
 (0)