From 0dd24a4de9a625d7673ecb866aac841e66be55a7 Mon Sep 17 00:00:00 2001 From: Stanislav Erokhin Date: Fri, 1 Dec 2023 18:18:41 +0100 Subject: [PATCH] [Code Owners] Make "Kotlin Apple Ecosystem" owner of commonizer After discussions, "Kotlin Apple Ecosystem" team agreed to take responsibility for the Commonizer tool. P.s. integration between Commonizer and Gradle is responsibility of the "Kotlin Build Tools" team. --- .space/CODEOWNERS | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index 50d15bdc3ef..701b12c2b3f 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -21,7 +21,6 @@ # OWNER_LIST: Ilya.Goncharov # OWNER_LIST: Simon.Ogorodnik # OWNER_LIST: Alexander.Shabalin Aleksei.Glushko Sergey.Bogolepov Svyatoslav.Scherbina -# OWNER_LIST: Stanislav.Erokhin # Kotlin Libraries # OWNER_LIST: A.Qurbonzoda Vsevolod.Tolstopyato Ilya.Gorbunov Sergey.Shanshin Leonid.Startsev Filipp.Zhinkin @@ -356,9 +355,9 @@ /license/ "Kotlin Build Infrastructure" /native/ "Kotlin Native" -/native/commonizer/ Stanislav.Erokhin -/native/commonizer-api/ Stanislav.Erokhin -/native/commonizer-embeddable/ Stanislav.Erokhin +/native/commonizer/ "Kotlin Apple Ecosystem" +/native/commonizer-api/ "Kotlin Apple Ecosystem" +/native/commonizer-embeddable/ "Kotlin Apple Ecosystem" /plugins/allopen/ "Kotlin Compiler Core" /plugins/android-extensions/ "Kotlin Compiler Core"