Remove path based generated file classification

This commit is contained in:
Tamas Vajk
2022-10-10 14:42:15 +02:00
parent f51c13f0c1
commit 544e2e4107
4 changed files with 0 additions and 10 deletions

View File

@@ -65,10 +65,3 @@ private class GeneratedFileMarker extends Top {
)
}
}
/**
* A file detected as generated by the Kotlin Annotation Processing Tool (kapt). Detection is based on file path.
*/
private class KaptFile extends GeneratedFile {
KaptFile() { this.getRelativePath().matches("%/generated/source/kapt%") }
}