Inceptum/launcher/build.gradle.kts
2022-11-02 00:38:04 +01:00

13 lines
291 B
Plaintext

plugins {
id("inceptum.library-conventions")
id("inceptum.gson-compile")
}
dependencies {
val jlhttpVersion: String by rootProject.extra
api(project(":common"))
implementation("net.freeutils:jlhttp:$jlhttpVersion")
compileOnly("org.jetbrains:annotations:23.0.0")
}