I have cases where my common classes need just add...
# multiplatform
a
I have cases where my common classes need just additional Java annotations (
@Throws
or
JvmOverloads
) but otherwise don't want to change anything else about the class, so making it an expected class makes a lot of noise and extra work just to add things for the JVM so it interops with Java a little nicer.