Ben
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Ben created a post, AnsweredCannot resolve symbol 'ChronoUnit'
I updated my project to use OpenJDK 21.My maven project builds but there's one particular import that the IDE can't find, which is:import java.time.temporal.ChronoUnit;I have tried(1) Invalidate ca...