Remove the automatic registration of the KotlinX.Coroutines debug agent

Registering such an agent is better done on the CLI than in the process.

The agent is very slow to start (up to 10s in some cases).

Registering JVM agents at runtime is deprecated in the JVM.

Merge request reports

Loading