Hello,
I am migrating maven project to Gradle. There are some compile time .dll and .so dependency to add to build.gradle file.
for ex: dependency
<dependency>
<groupId>abcd</groupId>
<artifactId>systemtools</artifactId>
<classifier>windows-x86_64</classifier>
<type>dll</type>
<scope>test</scope>
</dependency>
Please let me know how to add the same.
Regards,
Niranjan