MobileNativeFoundation / Store

A Kotlin Multiplatform library for building network-resilient applications
https://mobilenativefoundation.github.io/Store/
Apache License 2.0
3.16k stars 197 forks source link

fix: lower JVM target to Java 11 #648

Closed msfjarvis closed 2 months ago

msfjarvis commented 2 months ago

Related to #640

Description

Lowers JVM target to 11 as a workaround for https://github.com/Kotlin/dokka/issues/2956

Type of Change

Test Plan

Disabled signing and did a local publish with gradle publishToMavenLocal which successfully generated documentation.

Checklist:

Before submitting your PR, please review and check all of the following:

Additional Notes:

Add any other information about the PR here.

matt-ramotar commented 2 months ago

Thanks @msfjarvis 👍🏽 - I think we'll want to make these updates too https://github.com/MobileNativeFoundation/Store/pull/649