34452f4f4a
It's purpose is passing java classes being used during analysis to incremental compilation to let it track diffs Potentially it might be done the other way: incremental compilation could build a separate container to analyze necessary classes, but it's rather hard to implement now #KT-17621 In Progress