mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 07:59:21 +08:00
Update to Gradle 7 + Kotlin 1.4.32 + AutoService 1.0 (#1334)
This commit is contained in:
@@ -27,7 +27,7 @@ object Dependencies {
|
||||
}
|
||||
|
||||
object AutoService {
|
||||
private const val version = "1.0-rc7"
|
||||
private const val version = "1.0"
|
||||
const val annotations = "com.google.auto.service:auto-service-annotations:$version"
|
||||
const val processor = "com.google.auto.service:auto-service:$version"
|
||||
}
|
||||
@@ -39,7 +39,7 @@ object Dependencies {
|
||||
}
|
||||
|
||||
object Kotlin {
|
||||
const val version = "1.4.31"
|
||||
const val version = "1.4.32"
|
||||
const val metadata = "org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.2.0"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user