Where do the kotlin files for `platform.windows.*`...
# kotlin-native
e
Where do the kotlin files for
platform.windows.*
located?
o
there's none, but you could use smth like
klib contents windows  -repository dist/klib/platform/mingw
to see available methods from klib descriptors
e
Because they're generated at build time?
o
yes, they are build as a part of the platform. BTW, you could try v0.3.4 build from the link above
e
I've already got it working with 0.3.4 thanks 😁 It might be helpful to publish those build files somewhere if possible. I'm sure some of them look complex, but it could be helpful samples for someone trying to learn the platform.
m
It is single file, 11 megabytes. IDEA hangs on it.