audax
07/17/2024, 9:08 AMIn such cases we recommend publishing your library binaries into the local maven repository (e.g. mavenLocal), and declaring dependency to those binaries from your dummy Java source-set. This is much closer to what Java-based clients of your library will experience, and in such case, we expect no false-positive errors (contrary to depending on sources, in which case the present issue is relevant, and it's quite non-trivial to fix it, unfortunately)