Róbert Papp
Róbert Papp
Of course the toggle is on, shared in source control, for checking Java files on commit to prevent a CI roundtrip. 
The project size is bonkers, my guesstimates are 160 modules. 10k classes, 50/50% Java/Kotlin scattered in arc/main/java and src/main/kotlin. So you're right, you can't skip everything in kotlin folder. But...
It works from Gradle and when checkstyle is called [directly](https://android.googlesource.com/platform/prebuilts/checkstyle/+/master/checkstyle.py#178) so I'm guessing that it's the IDEA plugin that needs to set some parameters on the config parser, or checkstyle...
No worries, I just opened this so it's known, take your time.
Thabks for the update, nice to see you being so responsive. I wonder how it works in Gradle, that probably runs in-process as well, with cwd likely being `rootProject.projectDir`; so...
How bad is that change over time? What's the link that needs to be done? (is it a method that sets a field via reflection, whose name changes between versions,...
@bnorm I have had success suppressing compile errors, but don't know if it would work in this case. So, I have a feeling you could theoretically put an `override` on...
Could it be Gradle version with [embedded Kotlin discrepancy](https://youtrack.jetbrains.com/issue/KT-41142)?
Wow, that's actually awesome @davidoliverSP2, please link [that](https://neo4j.com/docs/upgrade-migration-guide/current/migration/surface-changes/java-api/) at the top of https://github.com/neo4j/neo4j/wiki/Neo4j-4.0-changelog ! Also maybe make the notes on top of https://github.com/neo4j/neo4j/wiki/Changelog link to https://neo4j.com/docs/upgrade-migration-guide/current/migration/surface-changes/java-api/#java-11. I think the issue...
I tried testing if Google would find those pages, but no luck, I picked a class on that page and then search for it "TransactionEventHandler neo4j 4.0" or "TransactionEventHandler neo4j...