You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* What went wrong:
Execution failed for task ':amplitude_flutter:compileDebugKotlin'.
> Inconsistent JVM-target compatibility detected for tasks 'compileDebugJavaWithJavac' (1.8) and 'compileDebugKotlin' (17).
Consider using JVM Toolchain: https://kotl.in/gradle/jvm/toolchain
Learn more about JVM-target validation: https://kotl.in/gradle/jvm/target-validation
Environment
amplitude_flutter: ^3.16.2
Flutter Sdk: 3.19.1
Device: SM F707N
Device OS and Version: Android 13
The text was updated successfully, but these errors were encountered:
Same problem! The solution from MagTuxGit finally unblocked the situation, after hours of looking for a fix, but it feels like a hacky workaround rather than a real solution and I'm not sure about the possible implications of ignoring the jvm version validation step...
It seems like Amplitude need to fix something on their side.
I upgraded flutter sdk version 3.19.1 , Android gradle version 8
But I got this error.
Environment
amplitude_flutter: ^3.16.2
Flutter Sdk: 3.19.1
Device: SM F707N
Device OS and Version: Android 13
The text was updated successfully, but these errors were encountered: