Results pane for Kotlin playground just like Xcode playground?

Viewed 569

I really like using the results pane (right side panel) in Xcode playground for debugging some number crunching. I'm now working on a Kotlin project and the online playground does not have a results pane that reads out results as the program executes.

Is there a way to do this in Android Studio or is there an alternative to the online Kotlin playground that does?

Kotlin Playground

1 Answers
Related