Dependency Mapper Internal
Internal shared APIs.
Author
凛 (https://github.com/RinOrz)
Types
Dependency Output List
Link copied to clipboard
data class DependencyOutputList(libraries: MutableList<String>, plugins: MutableList<String>, mappedLibraries: MutableMap<String, String>, mappedPlugins: MutableMap<String, String>)
Content copied to clipboard
Relying on the output list, only contains dependency information.
Functions
collect Dependencies
Link copied to clipboard
fun collectDependencies(project: Project, destination: File, block: DependencyMapperExtension.() -> Unit)
Content copied to clipboard
Collects the dependencies defined in the block into destination.