https://kotlinlang.org logo
e

elect

07/11/2019, 10:16 AM
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
3 Views