From b7b221d26158a9b5b8aabe1f7667a31c3a6a93b2 Mon Sep 17 00:00:00 2001 From: Dmitrii Gridin Date: Mon, 14 Nov 2022 12:21:09 +0100 Subject: [PATCH] Code ownership: /compiler/light-classes/ --- .space/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index 06811486135..ffd556729de 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -71,7 +71,7 @@ /compiler/ir/serialization.js/ "Kotlin JS" /compiler/ir/serialization.jvm/ "Kotlin JVM" /compiler/javac-wrapper/ "Kotlin Compiler Core" -/compiler/light-classes/ "Kotlin Compiler Core" +/compiler/light-classes/ "Kotlin IDE" /compiler/plugin-api/ "Kotlin Compiler Core" /compiler/preloader/ "Kotlin Compiler Core" /compiler/psi/ "Kotlin Compiler Core"