From dd7a1a8c1ca297734309aaa6035dbe0f3f4eb8b6 Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Fri, 17 Feb 2023 10:33:30 +0000 Subject: [PATCH] [CODEOWNERS] Move kotlin-native/backend.native/tests/**.gradle.kts to Native These files are in fact tests. The **.gradle files in this directory are already owned by the Kotlin Native team. --- .space/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index a35b80ee5da..3628ccf3fae 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -392,6 +392,7 @@ /libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/**/*.gradle.kts "Kotlin Build Tools" "Kotlin Multiplatform" /libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/**/*.gradle "Kotlin Build Tools" "Kotlin Multiplatform" /kotlin-native/backend.native/tests/**.gradle "Kotlin Native" +/kotlin-native/backend.native/tests/**/*.gradle.kts "Kotlin Native" /kotlin-native/tools/**/*.gradle "Kotlin Native" /kotlin-native/tools/**/*.gradle.kts "Kotlin Native" /kotlin-native/performance/**/*.gradle "Kotlin Native"