Feature/flutter 3.44 compatibility - #98
Conversation
Aligns with the JVM target used by modern Flutter app templates, avoiding the need for consuming apps to force Java 17 on this subproject via custom Gradle scripting.
|
The changes in Flutter 3.44 Android compilation caused a Flutter android compilation process is scanning both the java file and the kt file, causing the error described in #97 This PR fixes both issues, @yekeskin is it possible to move forward with it? |
|
Independent confirmation: this exact set of changes (dropping the Kotlin copy of Keeping the Java copy is also the more future-proof side to keep: Flutter now deprecates plugins that apply the Kotlin Gradle Plugin, and host apps that set |
|
I encountered the same issue after upgrading my flutter SDK today. I would love to see this integrated in the real package |
|
Is there any update? I also need this update, please! |
Fixes Android build issues with Flutter 3.44