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
Artyom Degtyarev [JB]
11/11/2019, 2:29 PM
Do you mean something similar to
@JvmMultifileClass
? I am sorry, but there is no such option.
a
Andy Gibel
11/11/2019, 6:26 PM
:*( Yeah just like that but not on the JVM. Ah well - thanks!