buildSources

fun buildSources(    arguments: Map<String, Any?>,     logger: ApolloCompiler.Logger,     warnIfNotFound: Boolean,     schemas: List<InputFile>,     executableDocuments: List<InputFile>,     codegenSchemaOptions: File,     codegenOptions: File,     irOptions: File,     operationManifest: File?,     outputDirectory: File,     dataBuildersOutputDirectory: File)