Skip to content

Instantly share code, notes, and snippets.

@drawers
Last active January 29, 2023 21:16
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 drawers/8630f9407525a3e07a6171c34a58d3b1 to your computer and use it in GitHub Desktop.
Save drawers/8630f9407525a3e07a6171c34a58d3b1 to your computer and use it in GitHub Desktop.
plugins {
kotlin("jvm")
id("com.google.devtools.ksp") version "1.5.31-1.0.0"
}
repositories {
mavenCentral()
google()
}
dependencies {
implementation(kotlin("stdlib"))
implementation("com.google.devtools.ksp:symbol-processing-api:1.5.31-1.0.0")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment