You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.
@WithBy is an experimental Lombok feature that didn't even make it to the official documentation yet. It helps write nested @With in a readable way by using lambda.
Expected behavior
While the feature works, the lack of support in the plugin makes Android Studio displays as errors all calls to methods that are actually generated and work fine.
Version information
IDEA Version: Android Studio Dolphin | 2021.3.1 Patch 1 Build #AI-213.7172.25.2113.9123335
JDK Version: 11.0.13
OS Type & Version: Linux
Lombok Plugin Version: 0.34-2020.2
Lombok Dependency Version: 1.18.20
PS: Is the Lombok plugin development completely abandonned?!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Short description
@WithBy
is an experimental Lombok feature that didn't even make it to the official documentation yet. It helps write nested@With
in a readable way by using lambda.Expected behavior
While the feature works, the lack of support in the plugin makes Android Studio displays as errors all calls to methods that are actually generated and work fine.
Version information
PS: Is the Lombok plugin development completely abandonned?!
The text was updated successfully, but these errors were encountered: