Commit 83e27c9
committed
fix(jetbrains): exclude internal API from verifier failure levels
Kotlin generates synthetic overrides for all ToolWindowFactory interface
methods including ones marked @internal. These are bridge methods, not
actual code overrides. Also drop 2025.1 from verifier since sinceBuild=252.1 parent 7ebde3d commit 83e27c9
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | 63 | | |
65 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
66 | 71 | | |
67 | 72 | | |
68 | 73 | | |
| |||
0 commit comments