Replies: 2 comments 4 replies
-
|
As said in the documentation:
You are using Kotlin 2.0.0, so you should use KSP 2.0.0-1.0.24 instead of 1.9.10-1.0.13 😉 |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I'm feeling pretty stupid because i must be doing something extremely wrong. Checklist
and it just wont work. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
I followed exactly as getting started says: https://akkurate.dev/docs/getting-started.html#basic-usage
Added to dependencies
Added
id("com.google.devtools.ksp") version "1.9.10-1.0.13"to pluginsBut as you can see, it's not working.
When i try to force an compilation, i get: `Execution failed for task ':kspKotlin'.
Beta Was this translation helpful? Give feedback.
All reactions