With 1.1, I'm getting multiple errors: ``` /Users/...
# eap
c
With 1.1, I'm getting multiple errors:
Copy code
/Users/beust/kotlin/kobalt/modules/kobalt-plugin-api/src/main/kotlin/com/beust/kobalt/misc/KobaltLogger.kt:84:30 Unresolved reference: printStackTrace
for simple
exception.printStackTrace()
statements. I notice that
Throwable.printStackTrace()
in
Exceptions.kt
was removed in 1.1, but I would expect the code to simply fall back to calling the Java
printStackTrace()
then. Any idea why I'm seeing this compilation error?