Project Configuration Operation Result
Describes the result of running a project configuration operation.
Since
5.1
Inheritors
Types
Link copied to clipboard
interface PluginApplicationResult
Describes the result of applying a plugin.
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun getPluginApplicationResults(): List<out ProjectConfigurationOperationResult.PluginApplicationResult>
Returns the results of plugins applied as part of the configuration of this project.
Link copied to clipboard