JakeWharton / retrofit2-kotlin-coroutines-adapter

A Retrofit 2 adapter for Kotlin coroutine's Deferred type.
Apache License 2.0
1.97k stars 128 forks source link

Gradle and Java 6? #26

Closed grndvl1 closed 6 years ago

grndvl1 commented 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?

JakeWharton commented 6 years ago

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.