This repository was archived by the owner on Aug 19, 2020. It is now read-only.

Description
This:
would apply the latest version of the Build Scan plugin available when releasing the Kotlin DSL.
The documentation for the accessor would point to the Build Scan Plugin User Manual
Like with any other plugin accessors one can then specify a version if need be:
plugins {
`build-scan` version "1.9"
}