chore: Remove dummy subproject

It is not necessary anymore
This commit is contained in:
oSumAtrIX
2024-02-13 02:58:24 +01:00
parent f80feb743e
commit a430d3c5a1
4 changed files with 1 additions and 24 deletions

View File

@ -22,9 +22,6 @@ dependencies {
implementation(libs.guava)
// Used in JsonGenerator.
implementation(libs.gson)
// A dependency to the Android library unfortunately fails the build, which is why this is required.
compileOnly(project("dummy"))
}
kotlin {
@ -120,4 +117,4 @@ publishing {
}
}
}
}
}