-
Notifications
You must be signed in to change notification settings - Fork 305
A failure occurred while executing com. 8000 google.devtools.ksp.gradle.KspAAWorkerAction #1968
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
Comments
Can you try to add |
I'm seeing something similar. Not sure if it's the same thing that @sam43 is seeing. but I'll describe more my situation. I'm trying to use Room in a multiplatform module. I defined a function in the common sources:
with the actuals as well and this seems to cause my error. I think the following, taken from the Room docs, also was giving me some issues:
I have updated my code to look more like what John O'Reilly did in his FantasyPremierLeague app, and I seem to have gotten past the exception. stacktrace
|
Hi, thank you for your responses. I forgot to add the Yes, @fluxxion82 's solution might workout but I would like to share my approach to fix it with the mentioned environment (dependecies). And yes I have tried using I updated ksp beta support from Note: Same kinda issue can be faced while using |
and add |
Uh oh!
There was an error while loading. Please reload this page.
I was migrating from groovy to dsl (
build.gradle
tobuild.gradle.kts
) with KSP2kotlin = "2.0.0"
kotlin-ksp = "2.0.0-1.0.22"
Already enabled beta:
ksp.useKSP2=true
Still getting following error message and couldn't get the problem. I saw similar issue was created but no satisfactory answer.
If anyone has any suggestion for me, how to get rid of or fix it?
Relevant issues: #1929 #1941 etc.
The text was updated successfully, but these errors were encountered: