Package-level declarations

Types

Link copied to clipboard
open class Embed : Plugin<Project>
Link copied to clipboard
class EmbedConfiguration(val project: Project, val outer: EmbedExtension)
Link copied to clipboard
class EmbedExtension(val project: Project)
Link copied to clipboard
open class FileBuilder @Inject constructor(val sourceSet: String) : DefaultTask
Link copied to clipboard
class PatternMatcher(val basePath: Path)

Functions

Link copied to clipboard
fun Project.configuration(fn: EmbedConfiguration.() -> Unit)
Link copied to clipboard
fun getEmbedExtension(project: Project): EmbedExtension

Get the EmbedExtension for the given project