Hey! I’m making big application which requires a lot of libraries. If I package all the libraries onto the single .exe file it takes time for the app to load. So, I decided to keep the .dlls separately in my application folder so that my app can call the .dll file anytime. Is this possible in Gradle? I keep my main application in one package and the .dll libraries in another. Please help. I want the source structure to be the same after build. The app will be in the “main” folder and the .dll libraries will be in the “resources” folder after build. If it isn’t possible directly in Gradle, then how to achieve this? I am using Java for my main application. The launcher for my application is made in Python.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Native: gradle installs exe in a lib directory? | 0 | 745 | August 18, 2017 | |
Best Practice for MultiProject Build Import | 1 | 297 | October 25, 2021 | |
Starting Gradle setup for enterprise product | 3 | 615 | December 14, 2015 | |
Build helper import libraries for DLL delivery | 0 | 964 | April 20, 2016 | |
How can I link a NativeLibrarySpec library specified in a different build.gradle file to my main build.gradle file? | 1 | 2284 | July 28, 2016 |