-
Notifications
You must be signed in to change notification settings - Fork 13
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
Cannot use 0.28 with android #3
Comments
That's very unfortunate. Thanks for pointing this out - the JavaDoc comments say that I was hoping to reduce the overhead of reflection-based calls to the underlying logging mechanism, but the performance improvement would have been very slight in any case. I'll revert the changes in Expect a new release in a few days - sorry you've been inconvenienced by this. |
Hey, thanks for the rapid response!
Yah, that's a bit weird... Especially since I've set the android source
compatibility to Java 11... But Android is weird like that.
You can find similar reports for objectbox and other libraries when you
search for the error. It seems to stem from desugaring, which we've enabled
for Java Instant support: realm/realm-java#6300
Sorry that your library hit this problem.
…On 28 September 2021 11:20:41 Peter Wall ***@***.***> wrote:
That's very unfortunate. Thanks for pointing this out - the JavaDoc
comments say that MethodHandle has been part of Java since 1.7, which was
released in 2011!
I was hoping to reduce the overhead of reflection-based calls to the
underlying logging mechanism, but the performance improvement would have
been very slight in any case.
I'll revert the changes in log-front and build a new version of
json-kotlin-schema with the updated library.
Expect a new release in a few days - sorry you've been inconvenienced by this.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
OK, I've reverted the changes to I hope Android is happy with this version - let me know if you have any problems. |
I am going to close this issue on the assumption that the new version solves the problem. Feel free to open a new issue if if you have any further problems. |
When including 0.28 in android, we get the following error. It seems that the log-front dependency is using too new calls for API <26 for Android.
The text was updated successfully, but these errors were encountered: