To add some context: I'm trying to name my pod in ...
# kotlin-native
s
To add some context: I'm trying to name my pod in capital case. It's a bit unsatisfying to see my shared code's module stand out in the imports block because it starts with a lowercase letter.
Copy code
import common
import Cocoa
import SwiftUI