Hi, everyone.
I am trying to get up and running with Kotlin/Native, using GLFW3, but I have a few questions and I find the pages on Github and KotlinLang a bit confusing.
I have already built the GLFW3 Source into .A files, which are located in ~/Downloads/glfw/src/libglfw.a
The example on gitchurn has this following def file:
Why is this using .h files? And if I have .a files what reference should I follow to get it working?
Hamza
10/29/2018, 1:58 AM
From what I have been able to gather, here is what I have gotten:
build.gradle: https://hastebin.com/ocuduwipid.gradle
def file:
path: src/cinterop/glfw3.def
file: