Skip to content

Commit dbb6169

Browse files
committed
Restore binary compatibility
1 parent 910e1fa commit dbb6169

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

kotlinx-coroutines-core/api/kotlinx-coroutines-core.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public abstract interface class kotlinx/coroutines/CopyableThrowable {
159159
public abstract fun createCopy ()Ljava/lang/Throwable;
160160
}
161161

162-
public final class kotlinx/coroutines/CoroutineContext_commonKt {
162+
public final class kotlinx/coroutines/CoroutineContextKt {
163163
public static final fun newCoroutineContext (Lkotlin/coroutines/CoroutineContext;Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
164164
public static final fun newCoroutineContext (Lkotlinx/coroutines/CoroutineScope;Lkotlin/coroutines/CoroutineContext;)Lkotlin/coroutines/CoroutineContext;
165165
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
@file:JvmMultifileClass
2+
@file:JvmName("CoroutineContextKt")
13
package kotlinx.coroutines
24

35
import kotlinx.coroutines.internal.*
46
import kotlin.coroutines.*
7+
import kotlin.jvm.JvmMultifileClass
8+
import kotlin.jvm.JvmName
59

610
@PublishedApi // to have unmangled name when using from other modules via suppress
711
@Suppress("PropertyName")

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@file:JvmMultifileClass
2+
@file:JvmName("CoroutineContextKt")
13
package kotlinx.coroutines
24

35
import kotlinx.coroutines.internal.*

0 commit comments

Comments
 (0)