João Gonçalves
07/20/2020, 11:00 PMKris Wong
07/21/2020, 12:10 AMKris Wong
07/21/2020, 12:10 AMJoão Gonçalves
07/21/2020, 12:28 AMTijl
07/21/2020, 7:28 AMJoão Gonçalves
07/21/2020, 9:50 AMKris Wong
07/21/2020, 12:52 PMJoão Gonçalves
07/21/2020, 1:32 PMtylerwilson
07/21/2020, 5:06 PMJoão Gonçalves
07/21/2020, 5:11 PMtylerwilson
07/21/2020, 5:13 PMtylerwilson
07/21/2020, 5:14 PMtylerwilson
07/21/2020, 5:15 PMJoão Gonçalves
07/21/2020, 5:18 PMKris Wong
07/21/2020, 5:20 PMtylerwilson
07/21/2020, 5:21 PMtylerwilson
07/21/2020, 5:24 PMJoão Gonçalves
07/21/2020, 5:32 PMJoão Gonçalves
07/21/2020, 5:33 PMtylerwilson
07/21/2020, 5:35 PMJoão Gonçalves
07/21/2020, 5:45 PMTo use these dependencies from a Kotlin code, import a packageso perhaps some fiddling needs to be done in order to be able to reference the API from AFNetworking from the kotlin/native iOS code when the fat framework is manually generated 🤔cocoapods.<library-name>
tylerwilson
07/21/2020, 5:49 PMKris Wong
07/21/2020, 6:00 PMJoão Gonçalves
07/21/2020, 6:03 PMtylerwilson
07/21/2020, 6:03 PMJoão Gonçalves
07/21/2020, 6:04 PMKris Wong
07/21/2020, 6:11 PMJoão Gonçalves
07/21/2020, 6:17 PMKris Wong
07/21/2020, 6:18 PMtylerwilson
07/21/2020, 6:20 PMJoão Gonçalves
07/21/2020, 6:28 PMtylerwilson
07/21/2020, 6:29 PMrusshwolf
07/21/2020, 7:05 PMI was looking through touchlabs KaMP Kit, and they have their own version of a cocoapods plugin. It was not obvious what is different there,Primarily it’s for configuration. The official plugin creates its framework internally. The Touchlab fork exposes a closure where you can configure it yourself, so you can toggle
isStatic
, explicitly export dependencies, etc.