[kapt] fix KAPT tests failing with ClassNotFoundException: com.intellij.openapi.roots.ContentIterator

The failing tests are in  `org.jetbrains.kotlin.kapt.cli.tes.Kapt4ToolIntegrationTestGenerated`
This commit is contained in:
Ilya Kirillov
2024-01-18 16:53:55 +01:00
committed by Space Team
parent 0dfaa91970
commit a97518a903
+7
View File
@@ -240,6 +240,13 @@
public static java.lang.String getJarPathForClass(java.lang.Class);
}
-keep class com.intellij.openapi.roots.ContentIterator { *; }
-keepclassmembers class com.intellij.openapi.vfs.VfsUtilCore {
public static boolean iterateChildrenRecursively(com.intellij.openapi.vfs.VirtualFile,com.intellij.openapi.vfs.VirtualFileFilter,com.intellij.openapi.roots.ContentIterator);
}
-keepclassmembers class com.intellij.util.PathUtil {
public static java.lang.String getJarPathForClass(java.lang.Class);
}