About the exception problems I was talking about y...
# eap
c
About the exception problems I was talking about yesterday: I just found out that there is a
kotlin.Throwable
class and it gets picked over
java.lang.Throwable
, which explains all the weird errors I was reporting (can’t find
ex.stackTrace
, etc…). So again, all points to
java.lang.*
no longer being implicitly imported