yup.. there are no checked exception in Kotlin.. everything is Runtime. If you want to handle an exception you can handle it using try/catch blog. It's such a bliss to not be forced to declare exceptions up multiple levels just because some 3rd party decided that an exception should be "checked".