Hi, I was just wondering, is there some recommended way how to handle exceptions in Kotlin? I mean how to handle exceptions when calling Java code. Neither IDEA, nor Android Studio requires exceptions to be caught, but it might cause serious troubles in some cases.
Do I need to always look at method’s signature and check what it throws?