prepend

open fun prepend(path: String): String(source)

Deprecated

Use `prependTo` instead, as this is consistent with the build script version and also is clearer.

Replace with

prependTo(path)