I’m on Windows, and when I run this command: ./gradlew assemble, it throws errors in the console. So, right now I’m just trying to do it with the command-line compiler like this: kotlinc-native Source.kt -o Runnable and then I have an error for each reference entitled:
Source.kt:9:17: error: unresolved reference: GLUT
import platform.GLUT.*