Skip to content

Commit 0f496ef

Browse files
committed
fixup! AgentInstallationType: Mark as @PublishedApi, as we want to keep the API stable
1 parent ae0ba40 commit 0f496ef

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,8 @@ public final class kotlinx/coroutines/channels/TickerMode : java/lang/Enum {
913913

914914
public final class kotlinx/coroutines/debug/internal/AgentInstallationType {
915915
public static final field INSTANCE Lkotlinx/coroutines/debug/internal/AgentInstallationType;
916+
public final fun isInstalledStatically ()Z
917+
public final fun setInstalledStatically (Z)V
916918
}
917919

918920
public final class kotlinx/coroutines/debug/internal/DebugCoroutineInfo {

kotlinx-coroutines-core/jvm/src/debug/internal/AgentInstallationType.kt

+1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ package kotlinx.coroutines.debug.internal
1414
*/
1515
@PublishedApi
1616
internal object AgentInstallationType {
17+
@PublishedApi
1718
internal var isInstalledStatically = false
1819
}

0 commit comments

Comments
 (0)