Romain Dubreucq
08/05/2020, 5:14 PMJurriaan Mous
08/05/2020, 5:24 PMRomain Dubreucq
08/05/2020, 5:25 PMkpgalligan
08/05/2020, 6:56 PMRomain Dubreucq
08/05/2020, 6:59 PMJoaquim
08/17/2020, 4:37 PMexport
in the regular ios.binaries.framework
doesnt seem to be taken into account when using the cocoapod plugin. It does work however when declared like this:
targets.withType<KotlinNativeTarget> {
binaries.withType<Framework> {
transitiveExport = true
export(project(":core-lib"))
}
}