Inceptum/launcher/build.gradle.kts

12 lines
259 B
Plaintext

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