JakeWharton/retrofit2-kotlin-coroutines-adapter

Gradle and Java 6?

Closed this issue · 1 comments

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.