java.lang.NoClassDefFoundError: Ljava/time/LocalDateTime;
I am getting this error while running the iOS build. As LocalDateTime is Java 8 feature and it working with Android build
java.lang.NoClassDefFoundError: Ljava/time/LocalDateTime;
I am getting this error while running the iOS build. As LocalDateTime is Java 8 feature and it working with Android build
That is not possible yet. Use jodatime or ThreeTen if possible.