Hi, do you recommend using the `@Throws` annotatio...
# getting-started
o
Hi, do you recommend using the
@Throws
annotation only for methods that may be used from Java, or do you use it even for Kotlin methods called only by Kotlin code?