blob: 72f34e9dddccb12acd6b28013609db579435fd36 [file] [log] [blame]
val guavaVersion = "31.0.1-jre"
dependencies {
api("com.google.guava:guava:$guavaVersion")
}
java {
targetCompatibility = JavaVersion.VERSION_1_8
sourceCompatibility = JavaVersion.VERSION_1_8
}
externalDocumentationLink(
url = "https://google.github.io/guava/releases/$guavaVersion/api/docs/"
)