Commit db5a86b
Add Hilt and KSP configuration to
The commons module now uses Hilt's @entrypoint for FileLoggerEntryPoint,
which requires the Hilt plugin and KSP to generate the necessary code.
Without these plugins, tests in other modules (like WooCommerce) fail with
ClassCastException when trying to access the FileLoggerEntryPoint.
This fixes the issue introduced when WooLog was moved to the commons module.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>commons module1 parent 0fd2bc2 commit db5a86b
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments