Joaquim
09/02/2020, 4:26 PMspec.subspec
 section in my podspec file.
Is there a way to export those swift files through another KMP (app shared lib) module that depends on that core library? right now i use export(project(":core_lib")
 to transitively export my core kotlin classes into the final ‘core + app lib’ framework, but can’t find a clean way to also include my swift files from the core module. Curious if anyone has any solutions for that.