From e164c88a14604cc82016053a681a4110322553fb Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Fri, 28 Aug 2020 13:31:35 +0300 Subject: [PATCH] Move TypeSystemCommonBackendContext to :core:compiler.common --- .../org/jetbrains/kotlin/types/TypeSystemCommonBackendContext.kt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename core/{descriptors => compiler.common}/src/org/jetbrains/kotlin/types/TypeSystemCommonBackendContext.kt (100%) diff --git a/core/descriptors/src/org/jetbrains/kotlin/types/TypeSystemCommonBackendContext.kt b/core/compiler.common/src/org/jetbrains/kotlin/types/TypeSystemCommonBackendContext.kt similarity index 100% rename from core/descriptors/src/org/jetbrains/kotlin/types/TypeSystemCommonBackendContext.kt rename to core/compiler.common/src/org/jetbrains/kotlin/types/TypeSystemCommonBackendContext.kt