Michael Friend
10/21/2024, 2:09 PMSources
directory at the top level of the repo and added it as a target in our Package.swift which depended on the kmp target which gave us some autocomplete when editing the swift code in Xcode. After moving the swift code into iosMain/../swift
we dont have autocomplete in the swiftTadeas Kriz
10/23/2024, 2:07 PM./gradlew :shared:skieEditSwift
which would generate a temporary Xcode project and open it so you could edit the Swift with autocomplete. But we didn't get to it yet (so much to do, so little time).
The way I approach it so far is writing the Swift code in Xcode first and then copying it over to the iosMain/swift
when I'm done. It's not ideal, but better than not having autocomplete.Michael Friend
10/24/2024, 3:13 PMMichael Friend
10/24/2024, 3:13 PMTadeas Kriz
10/24/2024, 3:16 PMMichael Friend
10/24/2024, 5:53 PMOuterInnerAInnerBInnerC
that swift sees from kotlins Outer.InnerA.InnerB.InnerC
structure.Michael Friend
10/24/2024, 5:54 PMmegax
10/25/2024, 2:13 PMMichael Friend
10/25/2024, 2:19 PM