what Id like to do is declare this dependency as s...
# kobalt
g
what Id like to do is declare this dependency as something like
Copy code
dependencies {
  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