From 16476dec617b09e1663d6744e8c339ba65399832 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Fri, 25 Nov 2022 10:58:15 +0100 Subject: [PATCH] Owners. Make Evolution Team responsible for LanguageVersionSettings --- .space/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index 7569b55a96e..bc1ba8651c7 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -12,6 +12,7 @@ # OWNER_LIST: "Kotlin IDE" # OWNER_LIST: "Kotlin Release" # OWNER_LIST: "Kotlin Multiplatform" +# OWNER_LIST: "Kotlin Language Evolution" # OWNER_LIST: Mikhail.Glukhikh # OWNER_LIST: Yan.Zhulanow # OWNER_LIST: Alexander.Udalov @@ -204,6 +205,7 @@ /compiler/tests-mutes/ "Kotlin Build Infrastructure" /compiler/tests-spec/ "Kotlin Compiler Core" /compiler/util/ "Kotlin Compiler Core" +/compiler/util/src/org/jetbrains/kotlin/config/LanguageVersionSettings.kt "Kotlin Language Evolution" /compiler/util-io/ "Kotlin Native" /compiler/util-klib/ "Kotlin Native" /compiler/util-klib-metadata/ "Kotlin Native"