Package-level declarations
This package contains annotations that can be used, for instance, to mark that a functionality is not backward compatible.
Types
Marks the annotated type as DSL language.
This annotation marks TomTom Digital Cockpit's Gradle plugin API modules as experimental.
Note: While functionality from TomTom Digital Cockpit's Gradle plugin API modules are typically kept backward compatible, classes or methods marked with this annotation are not guaranteed to be backward compatible. It is used to expose certain functionality to clients sooner on the condition that they accept the cost of updating their code when integrating a newer version of TomTom Digital Cockpit.
This is a typealias to the Deprecated
annotation. This as Kotlin's RequiresOptIn
can not be used in combination with op-ins in build.gradle.kts
files. It is impossible to configure the Kotlin compiler arguments used for compiling the scripts. Customers can opt-in by suppressing the deprecation warning.
This annotation marks TomTom Digital Cockpit API modules as internal.
Note: While the functionality of TomTom Digital Cockpit API modules is typically kept backward compatible, classes or methods marked with this annotation are not guaranteed to be backward compatible. It is used to mark some properties and classes which are used internally by generated code and should not be used directly by a plugin.
This is a typealias to the Deprecated
annotation. This as Kotlin's RequiresOptIn
can not be used in combination with op-ins in build.gradle.kts
files. It is impossible to configure the Kotlin compiler arguments used for compiling the scripts. Customers can opt-in by suppressing the deprecation warning.
Properties
Message for the IviGradleExperimentalApi annotation.
Value to use to suppress overriding deprecated member warnings caused by IviGradleExperimentalApi.
Value to use to suppress warnings caused by IviGradleExperimentalApi.
Message for the IviGradleInternal annotation.
Value to use to suppress overriding deprecated member warnings caused by IviGradleInternal.
Value to use to suppress deprecated typealias expansion warnings caused by IviGradleInternal.
Value to use to suppress deprecated usages warnings caused by IviGradleInternal.