what is the kotlin version of this Playground? (also, is it JVM environment?)
tateisu
10/28/2021, 1:57 AM
As an environment-dependent issue, how can we fix this issue?
e
ephemient
10/28/2021, 2:15 AM
JUnit is JVM-only, so example is running in a JVM environment. you can change the configuration for different versions of Kotlin, or to JS/IR backends (if you change the code to non-JUnit)