Skip to content
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

App build failure by circular dependency between kapt and ksp #149

Closed
ganadist opened this issue Feb 29, 2024 · 1 comment · Fixed by #157
Closed

App build failure by circular dependency between kapt and ksp #149

ganadist opened this issue Feb 29, 2024 · 1 comment · Fixed by #157

Comments

@ganadist
Copy link
Contributor

ganadist commented Feb 29, 2024

Please complete the following information:

  • Build failure

Describe the Bug:

$ git clone https://github.com/skydoves/Pokedex

$ cd Pokedex

$ ./gradlew :app:aR

FAILURE: Build failed with an exception.

* What went wrong:
Circular dependency between the following tasks:
:app:kaptGenerateStubsReleaseKotlin
\--- :app:kspReleaseKotlin
     \--- :app:kaptReleaseKotlin
          \--- :app:kaptGenerateStubsReleaseKotlin (*)

(*) - details omitted (listed previously)

Here is gradle scan result : https://scans.gradle.com/s/2xsbxrhuos4b4

Expected Behavior:

@ganadist
Copy link
Contributor Author

ganadist commented Mar 1, 2024

Fixed by f60e9c3

@ganadist ganadist closed this as completed Mar 1, 2024
ganadist added a commit to ganadist/Pokedex that referenced this issue Mar 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant