manijshrestha
myscript.gradle.kts
fun getName(): String = “Hello From Kotlin!”
build.grade
apply from “myscript.gradle.kts” def name = getName()