arrow-kt / arrow-integrations

Λrrow Integrations is part of Λrrow, a functional companion to Kotlin's Standard Library
http://arrow-kt.io
Other
27 stars 6 forks source link

[BUG] arrow-integrations-jackson-module has java 15 source compatibility #92

Closed myuwono closed 2 years ago

myuwono commented 2 years ago

Describe the bug arrow integrations requires a minimum java version of 15

io.arrow-kt:arrow-integrations-jackson-module:0.13.3-alpha.14 FAILED
   Failures:
      - Could not resolve io.arrow-kt:arrow-integrations-jackson-module:0.13.3-alpha.14.
          - No matching variant of io.arrow-kt:arrow-integrations-jackson-module:0.13.3-alpha.14 was found. The consumer was configured to find an API of a library compatible with Java 8, preferably in the form of class files, preferably optimized for standard JVMs, and its dependencies declared externally, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'jvm' but:
              - Variant 'apiElements' capability io.arrow-kt:arrow-integrations-jackson-module:0.13.3-alpha.14 declares an API of a library, packaged as a jar, preferably optimized for standard JVMs, and its dependencies declared externally, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'jvm':
                  - Incompatible because this component declares a component compatible with Java 15 and the consumer needed a component compatible with Java 8
              - Variant 'runtimeElements' capability io.arrow-kt:arrow-integrations-jackson-module:0.13.3-alpha.14 declares a runtime of a library, packaged as a jar, preferably optimized for standard JVMs, and its dependencies declared externally, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'jvm':
                  - Incompatible because this component declares a component compatible with Java 15 and the consumer needed a component compatible with Java 8