Skip to content

Commit

Permalink
Add an explicit dependency onto Spine Reflect, as it's no longer avai…
Browse files Browse the repository at this point in the history
…lable as a transitive dependency (apparently).
  • Loading branch information
armiol committed Nov 24, 2023
1 parent 1f0239a commit 46b4f3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ dependencies {
compileOnly(AutoService.annotations)

implementation(Spine.Logging.lib)
implementation(Spine.reflect)
implementation(Kotlin.reflect)

/* Have `protobuf` dependency instead of `api` or `implementation` so that proto
Expand Down

0 comments on commit 46b4f3a

Please sign in to comment.