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
Hi, I am getting following errors all the sudden.. Can't figure out the way to fix it. Any idea on this issue?
Here is my version setup.
id("org.jlleitschuh.gradle.ktlint").version("12.1.2") java version: 21 kotlin("jvm") version "1.9.25" gradle: 8.10.2
I found that using kotlin("plugin.jpa") version "2.1.0" plugin creates the errors.
kotlin("plugin.jpa") version "2.1.0"
The text was updated successfully, but these errors were encountered:
Seems like a duplicate of: #809
Sorry, something went wrong.
Got the same error, quick fix was to downgrade to Kotlin 2.0.21 again.
No branches or pull requests
Hi,
I am getting following errors all the sudden..
Can't figure out the way to fix it. Any idea on this issue?
Here is my version setup.
I found that using
kotlin("plugin.jpa") version "2.1.0"
plugin creates the errors.The text was updated successfully, but these errors were encountered: