Could we potentially get syntax checking and autoc...
# kotlin-native
s
Could we potentially get syntax checking and autocompletion for other platforms besides the one we’re developing on? Like autocompletion for mingw on linux systems
9
o
Sure, it already works, just use MPP plugin
s
I am. All platforms besides ones that can compile on my system (which is Linux x64) appear with errors for all platform types and packages.
o
Indeed only targets supported on host will work, for example Android or WASM on Linux.
s
Exactly. My question being, would static analysis be possible for targets not supported on the host?
o
In theory it is possible, however it is not very useful if you cannot compile for those targets anyway
1
s
Unless you’re using a remote host to compile and deploy, like Gitlab CI.
💯 6
I think adding static analysis for unsupported targets would be a welcome addition (and it appears that some others agree with me)
👍🏼 8