Niklas Wintrén
10/08/2025, 5:47 AMswiftExport work with @HiddenFromObjC - does it obey the annotation as well, or is there a counterpart?
I want to remove the need to export Koin-related files in my public API for iOS (still needed for Android [androidContext] )Artem Olkov
10/08/2025, 7:57 AM@HiddenFromObjC is supported and works the same way. The name isn't perfect, but too much of our ecosystem already relies on it.Niklas Wintrén
10/08/2025, 8:19 AM