Arkadii Ivanov
11/06/2020, 6:16 PMtransitiveExport=true
flag if we want to export all classes from transitive dependencies to the iOS Framework (not only explicitly used classes).
ios {
binaries {
framework {
// deps here
transitiveExport = true
}
}
}