Skip to content

Fix for [Inconsistent JVM Target Compatibility Between Java and Kotlin Tasks] - #73

Open
nosferatu500 wants to merge 1 commit into
prongbang:masterfrom
nosferatu500:patch-1
Open

Fix for [Inconsistent JVM Target Compatibility Between Java and Kotlin Tasks]#73
nosferatu500 wants to merge 1 commit into
prongbang:masterfrom
nosferatu500:patch-1

Conversation

@nosferatu500

@nosferatu500 nosferatu500 commented Jul 29, 2026

Copy link
Copy Markdown

I got the same error in my project as well, which appears to be the same issue reported here:

#67

The problem seems to have been introduced by this commit, where the kotlinOptions configuration was removed:

031d7c6#diff-197b190e4a3512994d2cebed8aff5479ff88e136b8cc7a4b148ec9c3945bd65aL32

This PR restores the configuration using the approach currently recommended by the Flutter team for plugin authors:

https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-plugin-authors

@nosferatu500 nosferatu500 changed the title Fix for #67 Fix for [Inconsistent JVM Target Compatibility Between Java and Kotlin Tasks] Jul 29, 2026
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.

1 participant