-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
Can't setup indexing for enum on last SNAPSHOT #64
Comments
Strange things happens after last android gradle plugin update :D |
I think this is the issue as mentioned in stacktrace Caused by: kotlin.jvm.KotlinReflectionNotSupportedError: Kotlin reflection implementation is not found at runtime. Make sure you have kotlin-reflect.jar in the classpath |
Yep but it's build system problem rolling back to |
That's strange! Did you come to any conclusion as why gradle update is responsible for this? Theoretically it should not. |
Kotlin-reflect dependency wasn't found by nitrite at runtime or something like that. |
May be I'll add kotlin-reflect explicitly in next snapshot iteration, I'll notify you here then you can check once after upgrading gradle. |
@TRY4W you can try with the latest snapshot after upgrading the gradle plugin |
@anidotnet Yep now it works :) |
Exception:
Enum:
The text was updated successfully, but these errors were encountered: