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
Execution failed for task ':stripe_android:compileDebugKotlin'.
> 'compileDebugJavaWithJavac' task (current target is 1.8) and 'compileDebugKotlin' task (current target is 17) jvm target compatibility should be set to the same Java version.
Consider using JVM toolchain: https://kotl.in/gradle/jvm/toolchain
To Reproduce
Try to run an app with:
kotlin: 1.8.22
Android Gradle Plugin version 8.1.2
Gradle Wrapper: distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-all.zip
Expected behavior
The build to complete
Smartphone / tablet
Pixel 6 Emulator
OS: Android 13
Package version: 9.5.0+1
Flutter version : 3.13
Additional context
No change when setting compile option or kotlin option to whatever. Also following the Gradle documentation with toolchains and all this complicated stuff did not help;
Describe the bug
Unable to build.
Execution failed for task ':stripe_android:compileDebugKotlin'.
To Reproduce
Try to run an app with:
Expected behavior
The build to complete
Smartphone / tablet
Additional context
No change when setting compile option or kotlin option to whatever. Also following the Gradle documentation with toolchains and all this complicated stuff did not help;
The text was updated successfully, but these errors were encountered: