Hey, guys, is kotlin/native on windows still not a...
# kotlin-native
i
Hey, guys, is kotlin/native on windows still not a thing?
s
it's a thing since the beginning look at this sample https://github.com/JetBrains/kotlin-native/tree/master/samples/win32
👍 1
l
Do you have any problems running in windows?
i
No, I mean the dev process, need to test android/ios multiplatform. When I tried it like a half a year ago nothing was building and working at all, intellij could not create multiproject etc, etc, etc. Things were sad
j
try again
s
There was a period of time where I remember that Windows wasn't supported in some capacity. Things have since changed though.
r
If you're doing iOS though you can't cross-compile from Windows. That needs to happen from a Mac.
i
yes, I understand that, yet dev process itself can work for common and android parts, right? there is a huge progress already, pretty cool, yet android studio cant get out of infinite indexing for project, but Il wait
welp, infinite indexing paused due to batch update that does not healing anyway. cool, any suggestions?
l
You can try to click the play button to resume indexing
i
@louiscad this just skips indexing, no?
l
Nope, this resumes it, in the case it was paused due to a batch update
i
@louiscad I did it yesterday, this way I dont have the config for android app and cant create one, modules not found, maybe you can advice me something for this issue please?
l
@Ivan Apart from trying to perform a build, I'm currently out of advices for this, especially since I don't do multiplatform development on Windows. Hope you can figure out what is messed up. Otherwise, remember Linux is free, and MacOS too (if you have a Mac or a Hackintosh)
i
@louiscad okay, Il play with it, thanks for help!