One minor bug that I’ve noticed is that when worki...
# kotlin-native
l
One minor bug that I’ve noticed is that when working with def files, the target is supposed to have a red underline if it is incorrect, but
ios_simulator_arm64
is always underlined. For example,
linkerOpts.ios_x64
shows as correct, but
linkerOpts.ios_simulator_arm64
shows as an error. When I run tests or the app on ios arm64 simulator, everything works fine, it’s just a bit annoying to see the false error. What’s the best place to report this?