Remove dbus integration

[no changelog]
This commit is contained in:
Linnea Gräf
2024-07-20 14:46:34 +02:00
parent 830f3db26a
commit 9b1b144681
5 changed files with 0 additions and 66 deletions

View File

@@ -151,9 +151,6 @@ dependencies {
}
nonModImplentation(libs.repoparser)
shadowMe(libs.repoparser)
nonModImplentation(libs.bundles.dbus)
shadowMe(libs.bundles.dbus)
fun ktor(mod: String) = "io.ktor:ktor-$mod-jvm:${libs.versions.ktor.get()}"
transInclude(nonModImplentation(ktor("client-core"))!!)