Closed grndvl1 closed 6 years ago
Why does the gradle script have java source at targetCompatibility = JavaVersion.VERSION_1_6 sourceCompatibility = JavaVersion.VERSION_1_6 Shouldn't we be using 8 now?
There's no Java in the project anyway. Kotlin defaults to Java 6 as well. But you should be using Java 11 (or at least JDK 11) now.
Why does the gradle script have java source at targetCompatibility = JavaVersion.VERSION_1_6 sourceCompatibility = JavaVersion.VERSION_1_6 Shouldn't we be using 8 now?