Skip to content

Commit

Permalink
annotation processor project gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
parzivail committed Oct 30, 2024
1 parent 52a957f commit b5d097f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/framework/project.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
dependencies {
api 'net.fabricmc:javapoet:0.1.1';
implementation 'com.google.auto.service:auto-service:1.1.1'
annotationProcessor 'com.google.auto.service:auto-service:1.1.1'
}

0 comments on commit b5d097f

Please sign in to comment.