Is there a way to avoid adding module prefix, while also removing transitive export?
m
Michael Krussel
03/07/2024, 12:16 PM
I get the simple `swift_name("Classname") on my classes without the transitive export.
Is the class that is got a new Swift name, in the module that that is creating the framework? If not is the dependency for it included in the list of exports?
d
Dmitry Stakhov
03/07/2024, 4:59 PM
There is an umbrella gradle module with
cocoapods {
block and there are few gradle modules that contain classes. The dependency for other modules is included using export like this: