diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index 1aedf14905b..7c7e1711c61 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -106,7 +106,7 @@ /compiler/testData/cli/jvm/ "Kotlin JVM" "Kotlin Compiler Core" /compiler/testData/cli/metadata/ "Kotlin Compiler Core" /compiler/testData/codegen/asmLike/ "Kotlin JVM" -/compiler/testData/codegen/box/ "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" +/compiler/testData/codegen/box/ "Kotlin Compiler Core" "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" /compiler/testData/codegen/boxError/ "Kotlin JS" /compiler/testData/codegen/boxInline/ "Kotlin JVM" "Kotlin JS" "Kotlin Native" "Kotlin Wasm" /compiler/testData/codegen/boxKlib/ "Kotlin JVM"