The docs state: ```Target-specific options only ap...
# kotlin-native
m
The docs state:
Copy code
Target-specific options only applicable to the certain target can be specified as well:

compilerOpts = -DBAR=bar
compilerOpts.linux_x64 = -DFOO=foo1
compilerOpts.macos_x64 = -DFOO=foo2
Is there a list of all these targets? IntelliJ is showing a warning for using linux_arm64.