From dd02c526adaf85cd177fc18946dc37d7c004592a Mon Sep 17 00:00:00 2001 From: Vyacheslav Gerasimov Date: Wed, 27 May 2020 09:10:38 +0300 Subject: [PATCH] as41: Build against AS 4.1 C10 Original commit: af2dce0549d73b21e2df2b3f2d6bccccb774649b --- .../jetbrains/kotlin/jps/build/ideaPlatform.kt.as41 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 jps/jps-plugin/src/org/jetbrains/kotlin/jps/build/ideaPlatform.kt.as41 diff --git a/jps/jps-plugin/src/org/jetbrains/kotlin/jps/build/ideaPlatform.kt.as41 b/jps/jps-plugin/src/org/jetbrains/kotlin/jps/build/ideaPlatform.kt.as41 new file mode 100644 index 00000000000..6546b2059d2 --- /dev/null +++ b/jps/jps-plugin/src/org/jetbrains/kotlin/jps/build/ideaPlatform.kt.as41 @@ -0,0 +1,13 @@ +/* + * Copyright 2010-2018 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. + */ + +package org.jetbrains.kotlin.jps.build + +import org.jetbrains.jps.incremental.CompileContext +import org.jetbrains.jps.incremental.messages.CompilerMessage + +fun jpsReportInternalBuilderError(context: CompileContext, error: Throwable) { + KotlinBuilder.LOG.info(error) +} \ No newline at end of file