relocate

open fun relocate(pattern: String, destination: String, action: Action<SimpleRelocator> = Action {})

Relocate classes and resources matching pattern to destination using SimpleRelocator.


open fun <R : Relocator> relocate(clazz: Class<R>, action: Action<R> = Action {})
open fun <R : Relocator> relocate(relocator: R, action: Action<R> = Action {})
inline fun <R : Relocator> relocate(action: Action<R> = Action {})

Relocate classes and resources using a Relocator.