Seems like multiplatform support for actual end bi...
# multiplatform
f
Seems like multiplatform support for actual end binaries/executables is in a even worst state then using it to build libraries to code share between different platforms :(
a
When I need to edit any of the non-target sorce sets, I uncomment the appropriate line. And comment it back before build.
f
Hmm strange even with adding my
posix
as a
macosX64
target I still get that Intellij can't find the
platform
package
f
Hmm seem to be still broken on latest INtellij version... Really disappointing at the moment
a
Then sorry, don't know what is wrong.
f
No worries thank you for the tips. I am gonna keep playing around.
I wonder if macOS is just working properly for project imports and it never supports the platform package...
a
Hi, @fkrauthan! Can you tell me what IDE and Kotlin IDE plugin version you’re using here? And, am I understanding the situation here correctly - even the platform-specific(derived from targets as
macosX64
,
linuxX64
, etc) source sets do not resolve fine?