mirror of
https://github.com/fankes/moshi.git
synced 2025-10-20 00:19:21 +08:00
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:
@@ -35,7 +35,6 @@ object Dependencies {
|
||||
|
||||
object Kotlin {
|
||||
const val version = "1.4.0"
|
||||
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib:$version"
|
||||
const val metadata = "org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.1.0"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user