Change cache's crypto dependency to an API dependency

The XteaKey class is used in method signatures.

Signed-off-by: Graham <gpe@openrs2.dev>
pull/132/head
Graham 4 years ago
parent 89accc8b26
commit a2d41d924f
  1. 2
      cache/build.gradle.kts

@ -4,11 +4,11 @@ plugins {
}
dependencies {
api(project(":crypto"))
api("io.netty:netty-buffer:${Versions.netty}")
implementation(project(":buffer"))
implementation(project(":compress"))
implementation(project(":crypto"))
implementation(project(":util"))
implementation("it.unimi.dsi:fastutil:${Versions.fastutil}")

Loading…
Cancel
Save