DependencyMapperInternal

object DependencyMapperInternal

Internal shared APIs.

Author

凛 (https://github.com/RinOrz)

Types

DependencyOutputList
Link copied to clipboard
data class DependencyOutputList(libraries: MutableList<String>, plugins: MutableList<String>, mappedLibraries: MutableMap<String, String>, mappedPlugins: MutableMap<String, String>)

Relying on the output list, only contains dependency information.

Functions

collectDependencies
Link copied to clipboard
fun collectDependencies(project: Project, destination: File, block: DependencyMapperExtension.() -> Unit)

Collects the dependencies defined in the block into destination.

mapping
Link copied to clipboard
fun mapping(project: Project, block: DependencyMapperExtension.() -> Unit): Boolean

Applies the block and start mapping dependencies.

Properties

CacheDir
Link copied to clipboard
const val CacheDir: String
CacheJarsDir
Link copied to clipboard
const val CacheJarsDir: String
CacheJson
Link copied to clipboard
const val CacheJson: String