api / org.gradle.api.tasks / SourceSetOutput / setClassesDir

setClassesDir

abstract fun setClassesDir(classesDir: File): Unit

Sets the directory to assemble the compiled classes into.

See example at SourceSetOutput

Parameters

classesDir - the classes dir. Should not be null.

Since
4.0

abstract fun setClassesDir(classesDir: Any): Unit

Sets the directory to assemble the compiled classes into.

See example at SourceSetOutput

Parameters

classesDir - the classes dir. Should not be null.