This message was deleted.
# native
s
This message was deleted.
d
At the moment, you should use
libs.from('libTest.so')
on the
linkTask
so it should look like this:
Copy code
application {
  binaries.configureEach {
    linkTask.configure { libs.from('libTest.so') }
  }
}