It comes from `kotlin-stdlib-sources.jar!/kotlin/T...
# multiplatform
b
It comes from
kotlin-stdlib-sources.jar!/kotlin/TypeAliases.kt
line `21`:
Copy code
@SinceKotlin("1.1") public typealias Exception = java.lang.Exception
This doesn’t seem like the intended way to get a common module to use exceptions…