Since top level functions are turned into static c...
# multiplatform
a
Since top level functions are turned into static calls via Objective C headers - Is there a clean way to consolodate all my files under a singular "static class" instead of having names correlating to each of the files the functions are defined in?
a
Do you mean something similar to
@JvmMultifileClass
? I am sorry, but there is no such option.
a
:*( Yeah just like that but not on the JVM. Ah well - thanks!