VERSION_MAJOR

const val VERSION_MAJOR: Int = 1

Current major version of the tooling model. Increment this value when the model changes in incompatible ways. Adding properties / functions is compatible, whereas deleting, renaming, changing types or signatures is incompatible.