Why does Kotlin have both `Exception` and `Runtime...
# stdlib
s
Why does Kotlin have both
Exception
and
RuntimeException
? I can sort of see a compatibility argument but both are present even in common
i
Suppose you want to declare an exception in common code that should be unchecked in JVM.