I’m trying to build Processing sketches in Android Mode using modern Java 17 language features (e.g., record classes), but the build fails and the code doesn’t compile. It seems Android Mode currently doesn’t support these features even when the IDE and toolchain use Java 17. I couldn’t find documentation about this limitation.