Here's the def file: ```package = x11 headers = X1...
# kotlin-native
a
Here's the def file:
Copy code
package = x11
headers = X11/Xlib.h X11/Xutil.h X11/Xatom.h
headerFilter = X11/*
compilerOpts = -I/usr/include/ -I/usr/include/x86_64-linux-gnu
linkerOpts = -lX11 -L/usr/lib/x86_64-linux-gnu/
And output of ls on the path and gradle task:
🧵 3