Minor gradle cleanups (#1197)

* Update to Gradle 6.6

* Remove stdlib deps

No longer necessary in Kotlin 1.4.0

* Gradle 6.6.1
This commit is contained in:
Zac Sweers
2020-08-27 23:01:51 -04:00
committed by GitHub
parent 4dd4a9d222
commit 701d6ba968
6 changed files with 5 additions and 25 deletions

View File

@@ -82,8 +82,4 @@ subprojects {
}
}
}
pluginManager.withPlugin("org.jetbrains.kotlin.jvm") {
dependencies.add("api", Dependencies.Kotlin.stdlib)
}
}