diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index 8793a8002fa..3204719ee22 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -278,6 +278,9 @@ /libraries/tools/kotlin-gradle-build-metrics/ "Kotlin Build Tools" /libraries/tools/kotlin-gradle-compiler-types/ "Kotlin Build Tools" /libraries/tools/kotlin-gradle-plugin/ "Kotlin Build Tools" +/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/ "Kotlin JS" "Kotlin Wasm" +/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/binaryen/ "Kotlin Wasm" +/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/d8/ "Kotlin Wasm" /libraries/tools/kotlin-gradle-plugin-annotations/ "Kotlin Build Tools" /libraries/tools/kotlin-gradle-plugin-api/ "Kotlin Build Tools" /libraries/tools/kotlin-gradle-plugin-dsl-codegen/ "Kotlin Build Tools" @@ -381,4 +384,4 @@ gradlew.bat "Kotlin Build Infrastructure" /gradle.properties "Kotlin Build Infrastructure" -/.space/CODEOWNERS "Kotlin Build Infrastructure" \ No newline at end of file +/.space/CODEOWNERS "Kotlin Build Infrastructure" diff --git a/repo/codebase-tests/tests/org/jetbrains/kotlin/code/SpaceCodeOwnersTest.kt b/repo/codebase-tests/tests/org/jetbrains/kotlin/code/SpaceCodeOwnersTest.kt index a15fc7e25e2..c473a116c70 100644 --- a/repo/codebase-tests/tests/org/jetbrains/kotlin/code/SpaceCodeOwnersTest.kt +++ b/repo/codebase-tests/tests/org/jetbrains/kotlin/code/SpaceCodeOwnersTest.kt @@ -88,7 +88,7 @@ class SpaceCodeOwnersTest : TestCase() { owners: CodeOwners, val root: File ) { - private val fileWalkDepthLimit = 8 + private val fileWalkDepthLimit = 13 val matchers = owners.patterns @@ -294,4 +294,4 @@ private fun parseCodeOwners(file: File): CodeOwners { } private const val OWNER_LIST_DIRECTIVE = "OWNER_LIST" -private const val UNKNOWN_DIRECTIVE = "UNKNOWN" \ No newline at end of file +private const val UNKNOWN_DIRECTIVE = "UNKNOWN"