Question
Class referred in Annotation cannot be found
In this project: https://github.com/wise-coders/groovyfx., a fork of GroovyFX (see source code). Upgrading to OpenJDK 17 and Gradle 7.6 I get this error (which did not happen under Java 8):
Could not find class for Transformation Processor groovyx.javafx.beans.FXBindableASTTransformation declared by groovyx.javafx.beans.FXBindable
The FXBindableASTTransformation is used as annotation in FXBindable. How can I prevent this error?
You can test it by executing
cd groovyfx
gradlew build
gradlew runAccordionDemo