onProcess

open fun onProcess(file: KtFile, bindingContext: BindingContext)

Called when processing of a file begins. This method is called from a thread pool thread. Heavy computations allowed.


open fun onProcess(file: KtFile)

Deprecated

Use alternative with a binding context.

Replace with

onProcess(file, bindingContext)

Called when processing of a file begins. This method is called from a thread pool thread. Heavy computations allowed.