Add netty-buffer API dependency to the cache module

The public interface of the cache module uses ByteBufs.

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

@ -4,6 +4,8 @@ plugins {
}
dependencies {
api("io.netty:netty-buffer:${Versions.netty}")
implementation(project(":buffer"))
implementation(project(":compress"))
implementation(project(":crypto"))

Loading…
Cancel
Save