From 59ea7717ddf9ba08257c9453c0fc5896db2953b0 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Thu, 4 May 2023 13:25:16 +0200 Subject: [PATCH] Codeowners: add JVM team to kapt tests --- .space/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.space/CODEOWNERS b/.space/CODEOWNERS index 7a61378612e..5f8cc4232da 100644 --- a/.space/CODEOWNERS +++ b/.space/CODEOWNERS @@ -351,6 +351,9 @@ /plugins/imports-dumper/ "Kotlin Compiler Core" /plugins/jvm-abi-gen/ "Kotlin JVM" /plugins/kapt3/ "Kotlin Compiler Core" +/plugins/kapt3/kapt3-compiler/test/ "Kotlin Compiler Core" "Kotlin JVM" +/plugins/kapt3/kapt3-compiler/testData/ "Kotlin Compiler Core" "Kotlin JVM" +/plugins/kapt3/kapt3-compiler/tests-gen/ "Kotlin Compiler Core" "Kotlin JVM" /plugins/kotlinx-serialization/ Sergey.Shanshin Leonid.Startsev /plugins/lombok/ "Kotlin Compiler Core" /plugins/noarg/ "Kotlin Compiler Core"