Inceptum/launcher/build.gradle.kts

10 lines
183 B
Plaintext

plugins {
inceptum.library
inceptum.`gson-compile`
}
dependencies {
api(projects.common)
api(libs.commons.http.server) // required for launcher-gtk for some reason
}