Join Slack
Powered by
just curious: what is the "kotlinx-coroutines-debu...
# coroutines
s
snrostov
10/24/2017, 11:01 AM
just curious: what is the "kotlinx-coroutines-debug" gradle plugin?
e
elizarov
10/24/2017, 12:37 PM
Where did you find it?
s
snrostov
10/24/2017, 1:18 PM
https://github.com/Kotlin/kotlinx.coroutines/blob/move-to-gradle/build.gradle#L83
e
elizarov
10/24/2017, 1:25 PM
It is a plugin that instruments the code with coroutine debugger. The same thing that debugger agent does, but ahead of time
s
snrostov
10/25/2017, 7:42 AM
Thanks. Looks interesting.
e
elizarov
10/25/2017, 7:43 AM
Will be released soon, stay tuned
👍🏻 1
2
Views
Open in Slack
Previous
Next