This message was deleted.
# community-support
s
This message was deleted.
e
I think this is purely a Kotlin plugin issue. try using
Copy code
kotlin {
  target {
    compilations.all {
      kotlinOptions {
        jvmTarget = "11"
and watch https://youtrack.jetbrains.com/issue/KT-50115
☝️ 1
thank you 1
j
It’s usually a false positive due to a bug in Koltin. See workaround here: https://github.com/gradle/gradle/issues/18935#issuecomment-974251717
thank you 1