kotlinx.coroutines
kotlinx.coroutines copied to clipboard
Support static 'Debug Probes'
trafficstars
Note: This MR requires the following changes in kotlin.git:
https://github.com/JetBrains/kotlin/compare/master...sellmair/KT-72086/A-way-to-statically-load-DebugProbesKt-in-production
Summary
The kotlin-stdlib compiles against a stub, which will can be provided by applications statically.
Related
Substitute kotlin.coroutines.jvm.internal.DebugProbesKt without agent : IJPL-166
A way to statically load DebugProbesKt in production
coroutines debugging: Investigate split package problem : IDEA-359879
I see some auto-formatter issues: I'll fix them soon