Inceptum/launcher/build.gradle.kts
JFronny 4945381030
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/push/docs Pipeline failed
feat: implement new, flow-based MDS
2024-06-22 19:58:01 +02:00

12 lines
252 B
Plaintext

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