When work with android I have this error: ```Metho...
# multiplatform
f
When work with android I have this error:
Copy code
Method threw 'java.lang.ClassNotFoundException' exception.
java.lang.ClassNotFoundException: Didn't find class "kotlin.Exception" on path: DexPathList...
What a solution? On
Copy code
try {

} catch (e:Exception) {
...
}
d
Have you included kotlin stdlib?
f
Yes. I change Exception to Throwable and it work now