sources

fun sources(vararg sources: File): KotlinCompiler
fun sources(sourceFiles: Iterable<File>): KotlinCompiler
fun sources(vararg sources: String): KotlinCompiler
@JvmName(name = "sourcesAsString")
fun sources(sources: Iterable<String>): KotlinCompiler