SourceSetExtension

abstract class SourceSetExtension @Inject constructor(objects: ObjectFactory)(source)

Configures a source Set to include libraries generated by Jextract

Constructors

Link copied to clipboard
@Inject
constructor(objects: ObjectFactory)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val libraries: NamedDomainObjectSet<LibraryHandler>

Libraries that were defined in the jextract extension. Their generated source and class outputs will be added to the source set.

Functions

Link copied to clipboard
fun libraries(action: Action<in NamedDomainObjectSet<LibraryHandler>>)