Join Slack
Powered by
how are folks setting up an aggregate fat framewor...
# 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
b
basher
08/21/2019, 3:29 PM
https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html
basher
08/21/2019, 3:29 PM
the "Exporting dependencies in frameworks" section
basher
08/21/2019, 3:30 PM
with that, you could probably make a project that just adds dependencies there that you want exported in your aggregate framework
k
Kris Wong
08/21/2019, 3:32 PM
I just managed to find this:
https://github.com/webfactorymk/kotlin-multiplatform-currency-converter/tree/master/ios-configuration
Kris Wong
08/21/2019, 3:32 PM
which does exactly what I need in terms of a workaround. not easy to find!
Open in Slack
Previous
Next