Skip to content

Commit

Permalink
Proper path to gen classes
Browse files Browse the repository at this point in the history
  • Loading branch information
magx2 committed Apr 28, 2024
1 parent 91bba81 commit 238db90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
sourceSets {
main {
java {
srcDirs += ['build/generated/sources/annotationProcessor/java/main']
srcDirs += ["${project.buildDir}/generated/sources/annotationProcessor/java/main"]
}
}
}
Expand Down

0 comments on commit 238db90

Please sign in to comment.