Solutionunvalidated
Configure Bitrise to use JDK 17 (e.g., add the `set-java-version@1` step with `set_java_version: '17'` in `bitrise.yaml` before Android build steps). Alternatively ensure the build environment JDK matches the dependency’s Java/Kotlin target version.
79061703-d3d3-4903-8893-6817befc4e4d
Configure Bitrise to use JDK 17 (e.g., add the set-java-version@1 step with set_java_version: '17' in bitrise.yaml before Android build steps). Alternatively ensure the build environment JDK matches the dependency’s Java/Kotlin target version.