-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent JVM-target compatibility detected for tasks 'compileDebugJavaWithJavac' (1.8) and 'compileDebugKotlin' (21). #328
Comments
add this |
My Project need to adapter Java21, My project has been added kotlinOptions { jvmTarget = '21' } |
在 image_gallery_saver-2.0.3\android\build.gradle 中添加 |
I know 1.8 can run, but my project needs to adapt to Java21 |
image_gallery_saver: |
Is there any solution for this issue besides changing the target to 1.8? |
try this #295 |
Execution failed for task ':device_info_plus:compileDebugKotlin'.
The text was updated successfully, but these errors were encountered: