Skip to content

Instantly share code, notes, and snippets.

@Morfly
Last active April 16, 2022 06:13
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 Morfly/50214ff14bc2e51de973b374737900b1 to your computer and use it in GitHub Desktop.
Save Morfly/50214ff14bc2e51de973b374737900b1 to your computer and use it in GitHub Desktop.
KSP sample processor build
// processor/build.gradle.kts
plugins {
kotlin("jvm")
}
dependencies {
implementation(project(":annotations"))
implementation("com.google.devtools.ksp:symbol-processing-api:1.6.20-1.0.5")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment