Hi all, is it true that the 1.4 debugger features ...
# coroutines
u
Hi all, is it true that the 1.4 debugger features for debugging coroutines is JVM only. i.e. no android support?
r
It works in android studio, but yea it seems looks like only with things outside the android framework. From what I can tell
u
sorry for the late follow up 🙂 What do you mean by
works in android studio
? And
outside the android framework
? My assumption is the 1.4 coroutine debug feature does not work when kotlin code executes on android. Regardless of thee kind of code and the IDE.