We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin version 1.11.0 produces the following error in a project using Kotlin 1.8:
Unable to find method ''void org.jetbrains.kotlin.gradle.tasks.KotlinCompile.<init>(org.jetbrains.kotlin.gradle.dsl.KotlinJvmOptions, org.gradle.workers.WorkerExecutor, org.gradle.api.model.ObjectFactory)'' 'void org.jetbrains.kotlin.gradle.tasks.KotlinCompile.<init>(org.jetbrains.kotlin.gradle.dsl.KotlinJvmOptions, org.gradle.workers.WorkerExecutor, org.gradle.api.model.ObjectFactory)'
I checked out an old Kotlin 1.7.20 commit of the same project and everything looks good.
The text was updated successfully, but these errors were encountered:
This issue is currently preventing us from supporting Kotlin 1.8: https://youtrack.jetbrains.com/issue/KT-55720 We are waiting on its resolution.
Sorry, something went wrong.
1ef20ec
MocKMP 1.12.0 is compiled with Kotlin 1.8. Note that you may need to add:
kotlin.incremental.js.ir=false
If you are mocking suspend functions in JS.
No branches or pull requests
Plugin version 1.11.0 produces the following error in a project using Kotlin 1.8:
I checked out an old Kotlin 1.7.20 commit of the same project and everything looks good.
The text was updated successfully, but these errors were encountered: