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
在使用@entity的实体类中使用Lambda,编译的时候会报错 Found 1 problem(s) parsing "D:\packager\**_3000\app\src\main\java\com\kgzn\**\bean\StickersBean.java". First problem: Pb(645) Lambda expressions are allowed only at source level 1.8 or above (1610613381 at line 184). Run gradle with --info for more details.
The text was updated successfully, but these errors were encountered:
Using Lambda in an entity class that uses @entity will cause an error at compile time Found 1 problem(s) parsing "D:\packager\**_3000\app\src\main\java\com\kgzn\**\bean\StickersBean.java". First problem: Pb(645) Lambda expressions are allowed only at source level 1.8 or above (1610613381 at line 184). Run gradle with --info for more details.
在使用@entity的实体类中使用Lambda,编译的时候会报错
Found 1 problem(s) parsing "D:\packager\**_3000\app\src\main\java\com\kgzn\**\bean\StickersBean.java". First problem: Pb(645) Lambda expressions are allowed only at source level 1.8 or above (1610613381 at line 184). Run gradle with --info for more details.
The text was updated successfully, but these errors were encountered: