Commit f5101fc
committed
Fix for broken test.
Issue was that nothing was actually using the `javax.annotation` module in the project, i.e. a bug in the test project. For some reason updating the Kotlin jars caused the issue to be displayed. Fixed by having a module depend on the module. Also added a use of one of the types from one of the patched jars to ensure it working.1 parent e9ffc69 commit f5101fc
File tree
2 files changed
+3
-0
lines changed- test-project-kotlin/greeter.provider/src/main
- java
- kotlin/examples/greeter
2 files changed
+3
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
0 commit comments