Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(android): Unknown Kotlin JVM target 21 #41

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

OS-pedrogustavobilro
Copy link

If the user has a default version of JVM set to 21, the android build may fail with Unknown Kotlin JVM target: 21 because the plugin's kotlin version (1.9.10) is not fully compatible with JVM 21.

Since this plugin is meant to use Java 17, this PR explicitly sets that version for kotlin to use.

@OS-pedrogustavobilro OS-pedrogustavobilro requested a review from a team January 13, 2025 18:05
@OS-pedrogustavobilro OS-pedrogustavobilro self-assigned this Jan 13, 2025
@OS-pedrogustavobilro OS-pedrogustavobilro merged commit 78245bc into 1.x Jan 13, 2025
4 checks passed
@OS-pedrogustavobilro OS-pedrogustavobilro deleted the fix/kotlin-jvm-17 branch January 13, 2025 18:16
IT-MikeS pushed a commit that referenced this pull request Jan 15, 2025
## [1.0.3](v1.0.2...v1.0.3) (2025-01-15)

### Bug Fixes

* **android:** native lib causes app compilation to fail ([#42](#42)) ([8a57a22](8a57a22))
* **android:** Unknown Kotlin JVM target 21 ([#41](#41)) ([78245bc](78245bc))
* Remove unnecessary permissions from AndroidManifest.xml ([#39](#39)) ([a7218d5](a7218d5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants