Package-level declarations

Types

Link copied to clipboard
open class TexExtension(project: Project) : TexScope
Link copied to clipboard
class TexPlugin : Plugin<Project>
Link copied to clipboard
interface TexScope

Functions

Link copied to clipboard
operator fun File.contains(other: File): Boolean
Link copied to clipboard
fun Project.directoryProperty(): DirectoryProperty
fun Project.directoryProperty(default: () -> File?): DirectoryProperty
fun Project.directoryProperty(default: Provider<Directory>): DirectoryProperty
Link copied to clipboard
fun Project.fileCollection(): ConfigurableFileCollection
Link copied to clipboard
fun Project.fileProperty(): RegularFileProperty
Link copied to clipboard
fun FileTree.filterAsTree(filter: (FileTreeElement) -> Boolean): FileTree

Restricts the contents of this collection to those files which match the given criteria. The filtered collection is live, so that it reflects any changes to this collection.

Link copied to clipboard
inline fun <T : Any> Project.property(): Property<T>
inline fun <T : Any> Project.property(noinline default: () -> T): Property<T>
inline fun <T : Any> Project.property(default: Provider<T>): Property<T>
Link copied to clipboard
fun Project.sourceDirectorySet(name: String, displayName: String = name): SourceDirectorySet
Link copied to clipboard
fun File.withExtension(extension: String): File