Philipp Smorygo [JB]
04/15/2022, 8:47 PMAbstractServiceException
with message "required Throwable, actual ServiceException"
. Also, references to Exception
in io.kvision-kvision-common-remote-commonMain
module are not resolved to anything.
The project however compiles file.
I use IDEA 2022.2 EAP 222.1198. Is it a problem on IDEA side, or something is not well with kvision module?Robert Jaros
04/15/2022, 9:18 PMjava.lang.Throwable
hierarchy.kotlin.Exception
and on JVM it's a typealias for java.lang.Exception
.Philipp Smorygo [JB]
04/15/2022, 9:57 PMTom
04/16/2022, 11:44 AMRobert Jaros
04/16/2022, 12:23 PM