also if that function is going to be called from J...
# announcements
d
also if that function is going to be called from Java code and require checked exceptions you can add
@Throws(YourCheckedException::class)
before function declaration