NativeScript / android

NativeScript for Android using v8
https://docs.nativescript.org/guide/android-marshalling
Apache License 2.0
527 stars 135 forks source link

(fix) Java 8 compatibility when build with Java 9+ #1625

Closed NathanaelA closed 4 years ago

NathanaelA commented 4 years ago

Description

When building the metadata generator with Java 9+; Java 8 can't run it do to a breaking change in a return type of Buffer and IntBuffer.

rsun-thoughtworks commented 3 years ago

Since which version metadata generator was built with Java 9+?

NathanaelA commented 3 years ago

I think since around June of 2020.... Why?