Inceptum/launcher/build.gradle.kts
JFronny 18810b255b
All checks were successful
ci/woodpecker/push/docs Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
Refactor to use manifold and records for models
2022-11-18 21:58:40 +01:00

14 lines
319 B
Plaintext

plugins {
id("inceptum.library-conventions")
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")
}