api / org.gradle.api.tasks / SourceSet / setCompileClasspath

setCompileClasspath

abstract fun setCompileClasspath(classpath: FileCollection): Unit

Sets the classpath used to compile this source.

Parameters

classpath - The classpath. Should not be null.