e7074e8a92
For some reason TARGET_JVM_VERSION_ATTRIBUTE was not always set in the resulting artifacts for runtimeElementsConfigurationName and apiElementsConfigurationName variants It could be reproduced locally with by executing `gradle kotlin-allopen:publishToMavenLocal` The fix can be checked via `gradle kotlin-allopen:outgoingVariants` ^KTI-920 Fixed