KotlinScriptProvider icon indicating copy to clipboard operation
KotlinScriptProvider copied to clipboard

Add dependency to kotlin.jar to gradle file

Open fmagin opened this issue 5 years ago • 0 comments

This allows gradle prepDev of a Ghidra development setup to pickup the dependency on the jar and add it to the build/libraryDependencies.txt which is used to collect the external jars in development mode. Relevant code is https://github.com/NationalSecurityAgency/ghidra/blob/855955bb3de853b165fd292468c40e20e179ecb1/Ghidra/Framework/Utility/src/main/java/ghidra/GhidraLauncher.java#L59-L66

fmagin avatar May 21 '20 08:05 fmagin