From fe77fe89f4f61a7e4e7c4d6a6d6dc8d5704640ac Mon Sep 17 00:00:00 2001 From: Sergey Bogolepov Date: Tue, 28 Nov 2023 15:52:39 +0200 Subject: [PATCH] [Swift Export] update CODEOWNERS to include new modules --- .space/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index c8c015c7529..caaba00faef 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -246,6 +246,7 @@ /generators/interpreter/ "Kotlin Common Backend" /generators/main/ "Kotlin Build Infrastructure" /generators/nativeInteropRuntime/ "Kotlin Native" +/generators/sir-tests-generator/ "Kotlin Native" /generators/protobuf/ "Kotlin Build Infrastructure" # UNKNOWN: /generators/protobufCompare/ /generators/test-generator/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" "Kotlin Common Backend" @@ -418,6 +419,7 @@ /kotlin-native/performance/**/*.gradle "Kotlin Native" /kotlin-native/performance/**/*.gradle.kts "Kotlin Native" /native/native.tests/*.gradle.kts "Kotlin Native" +/native/swift/**/*.gradle.kts "Kotlin Native" .gitignore "Kotlin Build Infrastructure" gradlew "Kotlin Build Infrastructure" gradlew.bat "Kotlin Build Infrastructure"