I guess I'm getting into a deadlock, I have a mult...
# announcements
e
I guess I'm getting into a deadlock, I have a multi-release dependency and then I set the multi-release option
manifest.attributes('Multi-Release': 'true')
, but now
jdeps
complains:
Error: kotlin-stdlib-1.3.41.jar is not a multi-release jar file but --multi-release option is set
🧵 1
it looks like it's a bug
with the latest ojdk12 build it looks working indeed