Interface GradleDslBaseScriptModel


@Incubating public interface GradleDslBaseScriptModel
This interface represents the base Kotlin DSL script models. This model can be queried very early in the build lifecycle, without any script evaluation or build configuration.
Since:
8.14.4 (backport from 9.2.0)
  • Method Details

    • getGroovyDslBaseScriptModel

      GroovyDslBaseScriptModel getGroovyDslBaseScriptModel()
      The Groovy DSL specific part of the model.
      Since:
      8.14.4 (backport from 9.2.0)
    • getKotlinDslBaseScriptModel

      KotlinDslBaseScriptModel getKotlinDslBaseScriptModel()
      The Kotlin DSL specific part of the model.
      Since:
      8.14.4 (backport from 9.2.0)