Skip to content

Instantly share code, notes, and snippets.

@myungpyo
Created December 27, 2021 03:22
Show Gist options
  • Select an option

  • Save myungpyo/4c7ee7f8dae4a77d1119fc9b273932c4 to your computer and use it in GitHub Desktop.

Select an option

Save myungpyo/4c7ee7f8dae4a77d1119fc9b273932c4 to your computer and use it in GitHub Desktop.
plugins {
kotlin("jvm")
}
dependencies {
implementation(project(":core"))
implementation("com.google.devtools.ksp:symbol-processing-api:1.6.10-1.0.2")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment