https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
k

Kris Wong

08/20/2019, 9:05 PM
how are folks setting up an aggregate fat framework project as an umbrella for all their kotlin MPP modules on iOS?
b

basher

08/21/2019, 3:23 PM
Have you seen the framework klib export option?
k

Kris Wong

08/21/2019, 3:28 PM
I don't believe I have
the "Exporting dependencies in frameworks" section
with that, you could probably make a project that just adds dependencies there that you want exported in your aggregate framework
which does exactly what I need in terms of a workaround. not easy to find!