Inceptum/launcher/build.gradle.kts
JFronny be8252ce58
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Initial work on porting to java-gi, currently broken
2022-12-17 21:53:21 +01:00

14 lines
307 B
Plaintext

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