Upgrade to Kotlin 1.6 + always instantiate annotations (#1425)

This commit is contained in:
Zac Sweers
2021-11-17 12:46:47 -05:00
committed by GitHub
parent 9440e5c7d0
commit 73553286fb
15 changed files with 96 additions and 383 deletions

View File

@@ -16,14 +16,14 @@
autoService = "1.0"
gjf = "1.11.0"
jvmTarget = "1.8"
kotlin = "1.5.31"
kotlin = "1.6.0"
kotlinCompileTesting = "1.4.4"
kotlinpoet = "1.10.2"
ksp = "1.5.31-1.0.1"
ksp = "1.6.0-1.0.1"
ktlint = "0.41.0"
[plugins]
dokka = { id = "org.jetbrains.dokka", version = "1.5.30" }
dokka = { id = "org.jetbrains.dokka", version = "1.5.31" }
japicmp = { id = "me.champeau.gradle.japicmp", version = "0.2.9" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.17.0" }