We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unknown Kotlin JVM target: 21
with latest tag this is happening and also check in main branch this problem is there
The text was updated successfully, but these errors were encountered:
All CI checks / builds did succeed fine on github CI build.
Could this be a problem with your local dev environment?
Sorry, something went wrong.
Try to add the following in "build.grade" file, "android" section:
compileOptions { sourceCompatibility JavaVersion.VERSION_17 targetCompatibility JavaVersion.VERSION_17 } kotlinOptions { jvmTarget = "17" // Ensure consistency with JavaVersion.VERSION_17 }
It works for me.
No branches or pull requests
Unknown Kotlin JVM target: 21
with latest tag this is happening and also check in main branch this problem is there
The text was updated successfully, but these errors were encountered: