use jvmTarget 11#313
Conversation
|
Hei! @JlUgia |
|
@JlUgia |
|
@JlUgia |
|
Good day @asaarnak this code doesn't build to me. Does it to you? |
|
@JlUgia What errors did you get? For us this works as a git dependency. |
|
@JlUgia |
|
Hey @JlUgia, Flutter 3.44 bumps the template Android Gradle Plugin from 8.11.1 (Flutter 3.41) to 9.0.1 (Flutter 3.44), and the Kotlin Gradle Plugin from 2.2.20 to 2.3.20 for new projects. AGP 9.x sets the Java compilation target to 11. KGP 2.x enforces that Java and Kotlin compilation targets must match (Kotlin docs). The pay_android plugin hardcodes ext.kotlin_version = '1.8.21' and jvmTarget = '1.8' in its build.gradle. This creates a mismatch whith Java 11 that KGP 2.3.20 rejects: Would it be possible to merge this fix? That would be great! |
No description provided.