4b1e5e8005
CLITool.exec is used in konanc to perform compilation of native project. Due to some internal limitation, this function runs in separate process. After this change, there will be a possibility to choose MessageRenderer used in CLITool.exec via system property org.jetbrains.kotlin.cliMessageRenderer. Reviewed at KOTLIN-CR-2698.