api / org.gradle.api / Project / getBuildscript

getBuildscript

abstract fun getBuildscript(): ScriptHandler

Returns the build script handler for this project. You can use this handler to query details about the build script for this project, and manage the classpath used to compile and execute the project's build script.

Return
the classpath handler. Never returns null.