Join Slack
Powered by
is there a way to get both working on windows ? it...
# kotlin-native
s
sksk
04/03/2018, 7:27 PM
is there a way to get both working on windows ? it works fine on macOS but on windows i get: unresolved reference
Copy code
import platform.OpenGL.* import platform.OpenGLCommon.*
o
olonho
04/03/2018, 8:32 PM
see
https://github.com/JetBrains/kotlin-native/tree/master/platformLibs/src/platform
for what is available on each platform. I’d suggest to use MPP to abstract out platform-specific OGL treatment.
s
sksk
04/03/2018, 8:38 PM
i will try that thanks!
7
Views
Open in Slack
Previous
Next