Did you guys ever set up a repository with a precompiled cocoapod library from the kotlin shared co...
l
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
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
From what I've tested on some projects, autocomplete only works for direct cocoapods integration, spm autocomplete is broken