From de4380cd4ea80d5d43e46b9bc02761b5efeb3d47 Mon Sep 17 00:00:00 2001 From: Sebastian Sellmair Date: Thu, 25 Jan 2024 11:38:41 +0100 Subject: [PATCH] [CODEOWNERS] 'objcexport-header-generator' Share ownership between K/N and KiF teams --- .space/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index 291a6f2c6e8..009121a2906 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -361,6 +361,7 @@ /native/commonizer/ "Kotlin Apple Ecosystem" /native/commonizer-api/ "Kotlin Apple Ecosystem" /native/commonizer-embeddable/ "Kotlin Apple Ecosystem" +/native/objcexport-header-generator/ "Kotlin Native" "Kotlin in Fleet" /native/objcexport-header-generator/impl/analysis-api/ "Kotlin in Fleet" /plugins/allopen/ "Kotlin Compiler Core"