Andrey Bushmin
Andrey Bushmin
we have gradle 6.4 https://github.com/roc-streaming/roc-java/blob/main/gradle/wrapper/gradle-wrapper.properties#L3 and it doesn't support java 17 https://stackoverflow.com/questions/68597899/bug-exception-in-phase-semantic-analysis-in-source-unit-buildscript-unsup Compatibility table: https://docs.gradle.org/current/userguide/compatibility.html
>If we update gradle, will it still work on java 8? I think so. Now it works with java 11. The main problem is that maven plugin was removed from...
need to fix bindgen. Link to method in javadoc should contains method name and method arguments, e.g: `{@link RocSender#configure()}` -> `{@link RocSender#configure(Slot, Interface, InterfaceConfig)}` `{@link RocContext#registerEncoding()}` -> `{@link RocContext#registerEncoding(int, MediaEncoding)}`
The plan looks good to me 😃 here is the branch for development https://github.com/roc-streaming/roc-droid/tree/flutter