https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
f

fkrauthan

03/11/2020, 6:54 PM
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

fkrauthan

03/11/2020, 8:04 PM
Hmm strange even with adding my
posix
as a
macosX64
target I still get that Intellij can't find the
platform
package
f

fkrauthan

03/11/2020, 8:21 PM
Hmm seem to be still broken on latest INtellij version... Really disappointing at the moment
a

Arkadii Ivanov

03/11/2020, 8:22 PM
Then sorry, don't know what is wrong.
f

fkrauthan

03/11/2020, 8:23 PM
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

Artyom Degtyarev [JB]

03/12/2020, 6:54 AM
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?
2 Views