Is there any way to capture a throwable’s stacktra...
# multiplatform
s
Is there any way to capture a throwable’s stacktrace in common code?
r
This was added to the common stdlib in 1.4 https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/stack-trace-to-string.html Prior to that there were different APIs in JVM and Native that you could expect/actual around
s
ooh this is handy, thank you!