Jacob Rhoda
06/22/2023, 5:13 PMJacob Rhoda
06/22/2023, 5:33 PMJacob Rhoda
06/22/2023, 6:31 PMJeff Lockhart
06/22/2023, 6:59 PMpod ("AppAuth", "~> 1.6.2", linkOnly = true)
in the consuming app's build.gradles.kts to avoid generating unnecessary ObjC interop again and just link to the native dependency binary.
You need this link directive because Kotlin doesn't embed the native dependency binary in the Kotlin framework it builds. If you're using cocoapods in the iOS app, it can pick up the dependency from the generated podspec.Jacob Rhoda
06/22/2023, 7:52 PMJeff Lockhart
06/22/2023, 8:11 PM