Fleshgrinder
08/06/2021, 5:18 PMelizarov
08/31/2021, 9:21 AMFleshgrinder
08/31/2021, 9:33 AM@throws
in the Kdoc and when to use the actual @Throws
annotation. Are there any rules for that?elizarov
08/31/2021, 11:34 AMilya.gorbunov
08/31/2021, 1:15 PM@throws
kdoc tag. Throws
annotation is for Java interop and adding an exception to a method that didn't have it before is generally speaking a breaking change.Fleshgrinder
08/31/2021, 1:54 PM