KAPT: Run tests on JDK 21

Previously, some tests have also been disabled on JDK 11+, since
we did not filter out empty filesets, which led to failed assertion
inside JDK.
 #KT-57389
This commit is contained in:
Ilmir Usmanov
2023-10-26 04:26:27 +02:00
committed by Space Team
parent c82bc8f0ce
commit 87aed4bf47
8 changed files with 19 additions and 4 deletions
@@ -392,7 +392,7 @@ fun main(args: Array<String>) {
model("kotlinRunner")
}
testClass<AbstractIrKotlinKaptContextTest>(annotations = annotations) {
testClass<AbstractIrKotlinKaptContextTest> {
model("kotlinRunner")
}