Marton Skjeveland
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created java.time.LocalDate not appearing as an import option when using LocalDate in IntelliJ
AnsweredWhen I try to use LocalDate in any java-project only org.joda.time.LocalDate appears as an import. Any other class works fine (Instant, Period, etc) and if I manually write the import (import java....