LibraryDependencies

Allows the API and implementation dependencies of a library to be specified.

Functions

Link copied to clipboard
abstract fun api(notation: Any)
abstract fun api(notation: Any, action: Action<out Any>)
Adds an API dependency to this library.
Link copied to clipboard
abstract fun implementation(notation: Any)