I'm having problem trying to infeer module languag...
# random
e
I'm having problem trying to infeer module language level in Idea with Gradle, this doesnt seems to be evaluated
Copy code
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Anyone got the same issue? (
apply plugin: 'idea'
doesnt seem to have any effect)
g
Kotlin can compile to java 6 or 8 bytecode, not 11. I guess that's the problem.