Remove unnecessary dependency inclusions
This commit is contained in:
parent
e15ca5435c
commit
91128541f9
2 changed files with 0 additions and 6 deletions
3
dist/template-subproject/build.gradle.kts
vendored
3
dist/template-subproject/build.gradle.kts
vendored
|
@ -20,9 +20,6 @@
|
||||||
|
|
||||||
// Dependencies
|
// Dependencies
|
||||||
dependencies {
|
dependencies {
|
||||||
// Kotlin support
|
|
||||||
kotlin(property("dependencyKotlin_StdIdentifier") as String)
|
|
||||||
|
|
||||||
// sos!engine
|
// sos!engine
|
||||||
implementation(project(":base"))
|
implementation(project(":base"))
|
||||||
}
|
}
|
||||||
|
|
|
@ -19,9 +19,6 @@
|
||||||
|
|
||||||
// Dependencies
|
// Dependencies
|
||||||
dependencies {
|
dependencies {
|
||||||
// Kotlin support
|
|
||||||
kotlin(property("dependencyKotlin_StdIdentifier") as String)
|
|
||||||
|
|
||||||
// sos!engine
|
// sos!engine
|
||||||
implementation(project(":base"))
|
implementation(project(":base"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue