russhwolf
03/10/2020, 4:00 PMframework
block is handled internally by the plugin. And doing something like targets.getByName<KotlinNativeTarget>("ios").binaries.getFramework("DEBUG").transitiveExport = true
doesn't appear to have any effect.basher
03/10/2020, 4:18 PMbasher
03/10/2020, 4:19 PMrusshwolf
03/10/2020, 4:20 PMSebastien Leclerc Lavallee
03/10/2020, 4:20 PMrusshwolf
03/10/2020, 4:20 PMbasher
03/10/2020, 4:21 PMrusshwolf
03/10/2020, 4:21 PMSebastien Leclerc Lavallee
03/10/2020, 4:21 PMrusshwolf
03/10/2020, 4:22 PMbasher
03/10/2020, 4:22 PMrusshwolf
03/10/2020, 4:22 PMbasher
03/10/2020, 4:22 PMSebastien Leclerc Lavallee
03/10/2020, 4:22 PMisTransitiveExport
does not work as expectedbasher
03/10/2020, 4:23 PMSebastien Leclerc Lavallee
03/10/2020, 4:23 PMrusshwolf
03/10/2020, 4:23 PMframework
block, which you don't have access to using the cocoapods pluginbasher
03/10/2020, 4:23 PMbasher
03/10/2020, 4:23 PMbasher
03/10/2020, 4:24 PMbasher
03/10/2020, 4:24 PMrusshwolf
03/10/2020, 4:24 PMbasher
03/10/2020, 4:28 PMbasher
03/10/2020, 4:29 PMbasher
03/10/2020, 4:30 PMrusshwolf
03/10/2020, 4:31 PMSebastien Leclerc Lavallee
03/10/2020, 4:34 PMrusshwolf
03/10/2020, 11:02 PMexport()
calls or set transitiveExport
. Grabbing the framework after the fact and making those calls doesn't seem to have any effect.