Did you guys ever set up a repository with a precompiled cocoapod library from the kotlin shared code? I know it could be done with Swift package manager, but I can't imagine programming without autocomplete on swift.
k
kpgalligan
04/12/2022, 1:34 AM
This is what I’ve been working on lately. Have also done it with spm. We’re working on CI tooling to do this. I’m not sure how this relates to autocomplete, though.
l
Lucas Schiavini
04/12/2022, 1:39 PM
From what I've tested on some projects, autocomplete only works for direct cocoapods integration, spm autocomplete is broken