mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-18 15:52:31 +00:00
Add a check that processors from KAPT classpath are not run
This commit adds check that javaslang.match.PatternsProcessor, which is in kotlin-compiler-embeddable jar, is not run when using JDK9+.
This commit is contained in:
committed by
Yan Zhulanow
parent
27a9aa5e2b
commit
d13e26d67e
@@ -79,6 +79,8 @@ class Kapt3WorkersIT : Kapt3IT() {
|
||||
project.build("build", options = options) {
|
||||
assertSuccessful()
|
||||
assertKaptSuccessful()
|
||||
// Check added because of https://youtrack.jetbrains.com/issue/KT-33056.
|
||||
assertNotContains("javaslang.match.PatternsProcessor")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user