You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/compose/compiler-hosted/integration-tests/src/jvmTest/kotlin/androidx/compose/compiler/plugins/kotlin/facade/K2CompilerFacade.kt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -165,8 +165,7 @@ class K2CompilerFacade(environment: KotlinCoreEnvironment) : KotlinCompilerFacad
165
165
val commonKtFiles = commonFiles.map { it.toKtFile(project) }
166
166
val platformKtFiles = platformFiles.map { it.toKtFile(project) }
167
167
168
-
val messageCollector = configuration.getNotNull(CommonConfigurationKeys.MESSAGE_COLLECTOR_KEY)
169
-
val reporter =DiagnosticReporterFactory.createReporter(messageCollector)
168
+
val reporter =DiagnosticReporterFactory.createReporter()
0 commit comments