From dc4ddebe2fb4e8b8682ef4cfb208854ce639d1eb Mon Sep 17 00:00:00 2001 From: Yahor Berdnikau Date: Tue, 6 Dec 2022 14:05:43 +0100 Subject: [PATCH] Change compiler/daemon owner to Kotlin Build Tools --- .space/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index 85f214afbed..f2d9a398878 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -53,7 +53,7 @@ /compiler/config/ "Kotlin Compiler Core" /compiler/config.jvm/ "Kotlin JVM" /compiler/container/ "Kotlin Compiler Core" -/compiler/daemon/ "Kotlin Compiler Core" +/compiler/daemon/ "Kotlin Build Tools" /compiler/fir/ "Kotlin Compiler Core" /compiler/fir/fir2ir/tests-gen/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" /compiler/frontend/ "Kotlin Compiler Core"