relocate

fun Project.relocate(from: String, to: String = ".libs.", action: SimpleRelocator.() -> Unit = {})

Relocates the specified package to the specified package

Parameters

from

The package to relocate

to

The package to relocate to