Hello guys, i'm working on a kotlin library. This ...
# announcements
s
Hello guys, i'm working on a kotlin library. This library would be used by third party apps and there are some failures that we would like apps to handle. In case of Java, we could throw a checked exception. How do we do that in Kotlin?