Skip to content

Ensure Android Java and Kotlin compile to the same version#46

Merged
DanielaOrtner merged 1 commit into
RebelToolbox:mainfrom
madmiraal:android-kotlin-java-version
Mar 16, 2024
Merged

Ensure Android Java and Kotlin compile to the same version#46
DanielaOrtner merged 1 commit into
RebelToolbox:mainfrom
madmiraal:android-kotlin-java-version

Conversation

@madmiraal
Copy link
Copy Markdown
Contributor

Rebel version of godotengine/godot#61580 (and godotengine/godot#61579).

Currently there is a mismatch between the Java and Kotlin classes compilation version targets. Java classes are being compiled using Java version 11, but the Kotlin classes are being compiled to be compatible with Java version 1.8.

This PR ensures that Java and Kotlin classes are compiled to the same Java version: 11.

@madmiraal madmiraal added the bug label Mar 16, 2024
@DanielaOrtner DanielaOrtner self-requested a review March 16, 2024 16:54
Copy link
Copy Markdown
Contributor

@DanielaOrtner DanielaOrtner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic work! Well spotted.

Thanks for keeping it all the same.

@DanielaOrtner DanielaOrtner merged commit 69d588f into RebelToolbox:main Mar 16, 2024
@madmiraal madmiraal deleted the android-kotlin-java-version branch March 17, 2024 13:17
@madmiraal madmiraal added PR Type: Bug Fix Your current game should now work as expected. and removed bug labels May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR Type: Bug Fix Your current game should now work as expected.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants