aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-debug/src/internal/Attach.kt
diff options
context:
space:
mode:
Diffstat (limited to 'kotlinx-coroutines-debug/src/internal/Attach.kt')
-rw-r--r--kotlinx-coroutines-debug/src/internal/Attach.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kotlinx-coroutines-debug/src/internal/Attach.kt b/kotlinx-coroutines-debug/src/internal/Attach.kt
index f38447f7..f1cc96e6 100644
--- a/kotlinx-coroutines-debug/src/internal/Attach.kt
+++ b/kotlinx-coroutines-debug/src/internal/Attach.kt
@@ -20,7 +20,7 @@ internal class ByteBuddyDynamicAttach : Function1<Boolean, Unit> {
private fun attach() {
ByteBuddyAgent.install(ByteBuddyAgent.AttachmentProvider.ForEmulatedAttachment.INSTANCE)
val cl = Class.forName("kotlin.coroutines.jvm.internal.DebugProbesKt")
- val cl2 = Class.forName("kotlinx.coroutines.debug.DebugProbesKt")
+ val cl2 = Class.forName("kotlinx.coroutines.debug.internal.DebugProbesKt")
ByteBuddy()
.redefine(cl2)