You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used JDK 8 in the samples so that we can use kotlin("stdlib-jdk8") but we probably aren't taking advantage of anything in there so we can see about just using kotlin("stdlib") which I think is JDK 7 compatible.
We aren't really using the Java stuff in the Android sample which is why we don't need to set java settings.
We follow gRPC Java in requiring JDK 7+, as specified in the Quick start, for example:
I've noticed that in some of the
examples/stub*/build.gradle.kts
files, thesourceCompatibility
is set to 1.8; for example:grpc-kotlin/examples/stub/build.gradle.kts
Line 26 in 6c6078c
My questions:
stub-android/build.gradle.kts
?cc @bshaffer
The text was updated successfully, but these errors were encountered: