KotlinLegacyAbiCheckTask

Deprecated (with error)

The interface 'KotlinLegacyAbiCheckTask' was removed.

Properties

Link copied to clipboard
@get:InputDirectory
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val actualDir: Provider<Directory>

A directory containing ABI dumps for the current project's classes.

Link copied to clipboard
@get:InputFiles
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val referenceDir: Provider<Directory>

A directory containing ABI dumps for the previous project version.