Reiner,
i put the lombok config file with this content to my root source folder (src/main/java):
lombok.anyConstructor.suppressConstructorProperties = true
config.stopBubbling = true
But it seems lombok does not find the file, because ConstructorProperties still generated and compilation fails on Android...
I am positive the configuration file works with standard lombok, because when i
run delombok, the ConstructorProperties is not there. If i remove the
first line from the config, ConstructorProperties appears in the
generated source.
should i open a new issue somewhere?