Just by updating Gradle from 5.x to 6.0.1 I get th...
# kotlin-native
r
Just by updating Gradle from 5.x to 6.0.1 I get this:
Copy code
Caused by: java.lang.NoSuchMethodError: org.jetbrains.kotlin.gradle.tasks.CInteropProcess.newOutputFile()Lorg/gradle/api/file/RegularFileProperty;
I’m using Kotlin 1.3.50. Should I wait for an update of the Kotlin plugin for Gradle 6 or something?
b
I think they fixed that in the Kotlin 1.3.60 plugin
r
Ok, I’ll just wait for everything to get updated then