libraries

@get:Classpath
@get:Incremental
abstract val libraries: ConfigurableFileCollection

Collection of external artifacts participating in the output artifact generation.

For example, a Kotlin/JVM compilation task has external JAR files or an external location with already compiled class files.