Skip to content

Instantly share code, notes, and snippets.

@arildojr7
Created August 13, 2023 20:55
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 arildojr7/2d49a10ccdd21b65507d3d18cacc9589 to your computer and use it in GitHub Desktop.
Save arildojr7/2d49a10ccdd21b65507d3d18cacc9589 to your computer and use it in GitHub Desktop.
old build.gradle.kts
plugins {
id("com.google.devtools.ksp")
id("dev.arildo.iris-mock-plugin") version "1.0.1"
}
dependencies {
implementation("dev.arildo:iris-mock:1.0.1")
ksp("dev.arildo:iris-mock-compiler:1.0.1")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment