Skip to content

Instantly share code, notes, and snippets.

@adibfara
Created May 5, 2022 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adibfara/3e8a418c90a839c0df13296e0f35a0bb to your computer and use it in GitHub Desktop.
Save adibfara/3e8a418c90a839c0df13296e0f35a0bb to your computer and use it in GitHub Desktop.
Adding the generator to the application's build.gradle
// Inside your app's module, declare a dependency to your ksp module
dependencies {
implementation project(":ksp") // since you want to use your @Listed annotation
ksp project(":ksp") // to make KSP work
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment