Skip to content

Instantly share code, notes, and snippets.

@Morfly
Created July 15, 2021 18: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 Morfly/daf9d7091de7829105156a8bd2a21ede to your computer and use it in GitHub Desktop.
Save Morfly/daf9d7091de7829105156a8bd2a21ede to your computer and use it in GitHub Desktop.
KSP sample main-project build
// main-project/build.gradle.kts
plugins {
kotlin("jvm")
id("com.google.devtools.ksp")
}
dependencies {
implementation(project(":annotations"))
ksp(project(":processor"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment