From 7ea58bb09790e9dde392788fb9810c2cc339aef3 Mon Sep 17 00:00:00 2001 From: Zalim Bashorov Date: Sat, 1 Aug 2015 16:35:46 +0300 Subject: [PATCH] Move UsageCollector.kt to descriptors module * to fix bare plugin * in the future it will be used in scopes declared in descriptors module --- .../org/jetbrains/kotlin/incremental/components/UsageCollector.kt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {compiler/frontend => core/descriptors}/src/org/jetbrains/kotlin/incremental/components/UsageCollector.kt (100%) diff --git a/compiler/frontend/src/org/jetbrains/kotlin/incremental/components/UsageCollector.kt b/core/descriptors/src/org/jetbrains/kotlin/incremental/components/UsageCollector.kt similarity index 100% rename from compiler/frontend/src/org/jetbrains/kotlin/incremental/components/UsageCollector.kt rename to core/descriptors/src/org/jetbrains/kotlin/incremental/components/UsageCollector.kt