<@UBZTE2MSB> what does that mean? I've seen this a...
# gradle
j
@Bernhard what does that mean? I've seen this a couple of times and been unable to fix it. what did you end up doing?
b
It’s caused by intellij not properly importing your gradle config
it means it wants to compile to 1.6 bytecode but your IDE says 1.6 bytecode is incompatible with language features
kotlin.parallel.tasks.in.project=true causes this issue
just figured it out btw
a