How to add "-Dkotlinx.coroutines.debug" JVM option to android project

Viewed 40

According to the docs we can add -Dkotlinx.coroutines.debug JVM option to debug Kotlin coroutines. How to do it for Android project in Android Studio?

0 Answers
Related