I have a multiproject gradle.kts setup and I would like to reuse a function, eg.
fun doSomethingWithString(string: String) { return string }