-
- All Implemented Interfaces:
public abstract class KotlinCompile.ClasspathSnapshotPropertiesProperties related to the
kotlin.incremental.useClasspathSnapshotfeature.
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<Boolean>useClasspathSnapshotprivate final ConfigurableFileCollectionclasspathSnapshotprivate final ConfigurableFileCollectionclasspathprivate final DirectoryPropertyclasspathSnapshotDir
-
Constructor Summary
Constructors Constructor Description KotlinCompile.ClasspathSnapshotProperties()
-
Method Summary
Modifier and Type Method Description abstract Property<Boolean>getUseClasspathSnapshot()abstract ConfigurableFileCollectiongetClasspathSnapshot()abstract ConfigurableFileCollectiongetClasspath()abstract DirectoryPropertygetClasspathSnapshotDir()-
-
Method Detail
-
getUseClasspathSnapshot
@Input() abstract Property<Boolean> getUseClasspathSnapshot()
-
getClasspathSnapshot
@Classpath()@Incremental()@Optional() abstract ConfigurableFileCollection getClasspathSnapshot()
-
getClasspath
@Classpath()@Incremental()@Optional() abstract ConfigurableFileCollection getClasspath()
-
getClasspathSnapshotDir
@OutputDirectory()@Optional() abstract DirectoryProperty getClasspathSnapshotDir()
-
-
-
-