Are there any tricks to getting Previews to work in XCode (13.2.1) with a Kotlin shared lib? All I see is "Command CompileSwiftSources failed with a nonzero exit code" with no root cause as far as I can tell.
I'm assuming this is related to the Kotlin shared lib but TBH I've never used XCode previews before so I could be doing something else incorrectly...