diff --git a/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/compilerRunner/GradleKotlinCompilerRunner.kt b/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/compilerRunner/GradleKotlinCompilerRunner.kt index c51acafe9ba..bac973cba61 100644 --- a/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/compilerRunner/GradleKotlinCompilerRunner.kt +++ b/libraries/tools/kotlin-gradle-plugin/src/main/kotlin/org/jetbrains/kotlin/compilerRunner/GradleKotlinCompilerRunner.kt @@ -194,8 +194,8 @@ internal class GradleCompilerRunner(private val project: Project) : KotlinCompil workingDir = environment.workingDir, customCacheVersion = GRADLE_CACHE_VERSION, customCacheVersionFileName = GRADLE_CACHE_VERSION_FILE_NAME, - reportedCategories = reportCategories(verbose), - reportedSeverity = reportSeverity(verbose), + reportCategories = reportCategories(verbose), + reportSeverity = reportSeverity(verbose), requestedCompilationResults = arrayOf(CompilationResult.IC_COMPILE_ITERATION.code), compilerMode = CompileService.CompilerMode.INCREMENTAL_COMPILER, targetPlatform = CompileService.TargetPlatform.JVM