-
Notifications
You must be signed in to change notification settings - Fork 601
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
Unable to load class 'kotlin.jvm.internal.Intrinsics' #1721
Comments
Adding the following code to the processors build.gradle.kts will fix the problem (even the jar file is then getting quite big for sure)
|
@agrosner and also I added dependencies for kotlin support in my project. Please assist for the above. |
@braver-tool were you able to fix this? I am facing the same issue. |
Showing below error while I updating the version from 4.2.4 to 5.0.0-alpha2
Unable to load class 'kotlin.jvm.internal.Intrinsics'. This is an unexpected error. Please file a bug containing the idea.log file.
I'm using java and Gradle version 3.5.3. How can I fix the above issue?
The text was updated successfully, but these errors were encountered: