From c8190707b3f54d398589a4e3262062babf88a5e4 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Mon, 3 Jul 2023 14:15:47 +0300 Subject: [PATCH] [CODEOWNERS] Change owner of psi2ir from Compiler Core to JVM team --- .space/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index df7eaf14ccc..4e3cd60066d 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -77,7 +77,7 @@ /compiler/ir/backend.wasm/ "Kotlin Wasm" /compiler/ir/ir.interpreter/ "Kotlin JVM" /compiler/ir/ir.ir2cfg/ Mikhail.Glukhikh -/compiler/ir/ir.psi2ir/ "Kotlin Compiler Core" +/compiler/ir/ir.psi2ir/ "Kotlin JVM" /compiler/ir/ir.tree/ "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" /compiler/ir/serialization.common/ "Kotlin Native" /compiler/ir/serialization.js/ "Kotlin JS"