https://kotlinlang.org logo
m

Matti MK

03/01/2022, 5:39 PM
Any tips on handling how to show licenses of 3rd party libs used in KMM module? Normally I’d use
CocoaPods Acknowledgements
and
oss-licenses
, but I’m a bit doubtful that either one would work in this scenario… or at least the
CocoaPods
one
Found this library which does a great job of resolving the dependencies with licenses for KMM/Android: https://github.com/mikepenz/AboutLibraries Considering the approach for iOS: one way to do it could be to save the output of
AboutLibraries
as CSV, then parse it with something like
SwiftGen
🤔
2 Views