-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
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
Support Kotlin 2.0 #411
Comments
I have the same issue. See https://plugins.jetbrains.com/docs/intellij/api-changes-list-2024.html#kotlin-plugin-20241
|
I switched to this fork which supports Kotlin 2.0: https://github.com/ZacSweers/kotlin-compile-testing |
Would be great if this could be solved in the near future, i'm working on multiple KSP projects that could benefit from this.
Could you provide some sample code that works in 2.0 for this fork? |
A solution for KSP can be found here: ZacSweers#296 (comment) |
I'm facing the following error when running a test against Kotlin 2.0.10-RC2:
KotlinCompilation
is trying to accessJvmDefaultMode.DEFAULT
:JvmDefaultMode
no longer hasDEFAULT
in Kotlin 2.0.10-RC2:The text was updated successfully, but these errors were encountered: