It requires JDK8, so I thought it makes sense to c...
# ktor
o
It requires JDK8, so I thought it makes sense to compile to 1.8 bytecode as well. That’s easy to revert, but is it causing any issues?
r
Nope, I have no issues targeting to JDK 1.8 personally. It just required an explicit i.e. non-default configuration in Gradle.
(And the error message sucked)
o
yep, that’s fixed already, we’ll be part of the next update
👍 1