Remove unnecessary dependency inclusions
All checks were successful
PRs & Pushes / build (push) Successful in 2m45s
PRs & Pushes / test (push) Successful in 2m45s
PRs & Pushes / build-apidoc (push) Successful in 3m8s

This commit is contained in:
JeremyStar™ 2024-12-20 19:36:47 +01:00
parent e15ca5435c
commit 91128541f9
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
2 changed files with 0 additions and 6 deletions

View file

@ -20,9 +20,6 @@
// Dependencies
dependencies {
// Kotlin support
kotlin(property("dependencyKotlin_StdIdentifier") as String)
// sos!engine
implementation(project(":base"))
}

View file

@ -19,9 +19,6 @@
// Dependencies
dependencies {
// Kotlin support
kotlin(property("dependencyKotlin_StdIdentifier") as String)
// sos!engine
implementation(project(":base"))