Bradleycorn
08/15/2025, 3:10 PMkpgalligan
08/16/2025, 12:20 AM*.kt
files as source code files, and provide a source coloring definition for Kotlin files. The complex thing it does is all in lldb, and should be unrelated. My guess is whatever changed in the KMP plugin now imports all source files from Xcode. They'll need to filter Kotlin files. I'm guessing it's something related to the same files being referenced in both places. I doubt there's much we can do from our end. The way Kotlin files are registered as source files, and how they're added, hasn't fundamentally changed since we first published the plugin in 2019.
But, I haven't actually run it. I'm guessing. However, the way we're doing that is rather basic, and hasn't really changed, so I can't imagine what else would be happening.Bradleycorn
08/16/2025, 12:31 AMkpgalligan
08/16/2025, 12:47 AM