I have just started trying to use the new Java Date Time API but when I went to import the classes like below,I get cannot resolve symbol.
import java.time.LocalDate;
After a little bit of checking it I found that I need to enable java 8 (See below link).
https://developer.android.com/guide/platform/j8-jack.html
I assume this link is still relevant, info gets out of date very quickly. I am using a AS 2.1.3 and JDK 1.8 both installed yesterday (Not sure if that tells you anything).
I just want to make sure that if I go through the process of doing this, will it affect older model devices (In this case I will use Joda Time) or i1s the Java version totally irrelevant to the device.
Thanks