groostav
10/18/2017, 9:28 AMdependencies {
runtime(nativeFile("lib/libthingy.so", "lib/thingy.dll))
}
and hit the sync button, causing intelliJ to know that I have a native dependency, and update the java.library.path
appropriately --which it does if you use intelliJs own "add native dependency" feature